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", "corsheaders",
] ]
# if DEBUG: if DEBUG:
INSTALLED_APPS.append("django_extensions") INSTALLED_APPS.append("django_extensions")
INSTALLED_APPS.append("django.contrib.admin") INSTALLED_APPS.append("django.contrib.admin")
MIDDLEWARE = [ MIDDLEWARE = [
"corsheaders.middleware.CorsMiddleware", "corsheaders.middleware.CorsMiddleware",