Add vite react #45

Closed
lukas wants to merge 42 commits from add-frontend into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit c99743701e - Show all commits

View File

@ -43,9 +43,9 @@ INSTALLED_APPS = [
"corsheaders",
]
# if DEBUG:
INSTALLED_APPS.append("django_extensions")
INSTALLED_APPS.append("django.contrib.admin")
if DEBUG:
INSTALLED_APPS.append("django_extensions")
INSTALLED_APPS.append("django.contrib.admin")
MIDDLEWARE = [
"corsheaders.middleware.CorsMiddleware",