django_4 #362

Merged
mpeltriaux merged 3 commits from django_4 into Docker_django_4 2023-11-29 12:23:35 +01:00
Showing only changes of commit fb67e42078 - Show all commits

View File

@ -42,6 +42,10 @@ ALLOWED_HOSTS = [
"localhost",
]
CSRF_TRUSTED_ORIGINS = [
"http://localhost", # not only host but schema (http/s) as well!
]
# Authentication settings
LOGIN_URL = "/login/"