mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-03 17:40:39 +01:00
7 lines
150 B
Python
7 lines
150 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BookshelfConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "bookshelf"
|