This commit is contained in:
2025-11-27 16:02:44 +01:00
parent c3c0679c49
commit 9a01115b5a
23 changed files with 617 additions and 9 deletions

6
books/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class BooksConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'books'