Added some logic

This commit is contained in:
maciejrusek
2026-03-12 23:24:14 +01:00
parent ca605ac59d
commit 8b55be1b9c
48 changed files with 240 additions and 7 deletions

View File

@@ -19,6 +19,8 @@ INSTALLED_APPS = [
"apps.authentication.apps.AuthenticationConfig",
"apps.user.apps.UserConfig",
"apps.shelves.apps.ShelvesConfig",
"apps.books.apps.BooksConfig",
"apps.authors.apps.AuthorsConfig",
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",