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

6
ram/bookshelf/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class BookshelfConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "bookshelf"