mirror of
https://github.com/daniviga/django-ram.git
synced 2025-10-19 09:00:32 +02:00
First bookshelf implementation
This commit is contained in:
6
ram/bookshelf/apps.py
Normal file
6
ram/bookshelf/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class BookshelfConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "bookshelf"
|
Reference in New Issue
Block a user