Filter list with db model

This commit is contained in:
Eden Kirin
2024-05-14 22:34:21 +02:00
parent 1456ba8538
commit 4c7b18d07b
10 changed files with 193 additions and 114 deletions

View File

@ -37,6 +37,7 @@ INSTALLED_APPS = [
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"project.main",
]
MIDDLEWARE = [