django_4 #363

Merged
mpeltriaux merged 13 commits from django_4 into master 2023-11-30 12:40:55 +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/"