First bookshelf implementation

This commit is contained in:
2023-10-02 00:02:24 +02:00
parent b8572c1701
commit 968ebeb0b6
11 changed files with 398 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
from ram.utils import git_suffix
__version__ = "0.4.3"
__version__ = "0.5.0"
__version__ += git_suffix(__file__)

View File

@@ -55,6 +55,7 @@ INSTALLED_APPS = [
"metadata",
"roster",
"consist",
"bookshelf",
]
MIDDLEWARE = [