simplify apps

This commit is contained in:
Matteo Rosati
2026-02-11 21:05:49 +01:00
parent 93dafb6a81
commit 9587995354
24 changed files with 67 additions and 166 deletions

View File

@@ -40,12 +40,11 @@ ALLOWED_HOSTS = ["127.0.0.1", "localhost"]
# Application definition
INSTALLED_APPS = [
"api",
"game",
"frontend",
"rest_framework",
"rest_framework_simplejwt",
"rest_framework_simplejwt.token_blacklist",
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",