add simple user admin and hash password

This commit is contained in:
Timur
2025-03-01 17:40:08 +03:00
parent 9a5a924333
commit 656735649d
6 changed files with 25 additions and 2 deletions
+4
View File
@@ -483,6 +483,10 @@ DJANGO_GUID = {
LANGUAGE_COOKIE_AGE = 31449600
PASSWORD_HASHERS = [
"django.contrib.auth.hashers.Argon2PasswordHasher",
]
LANGUAGE_COOKIE_DOMAIN = None
LANGUAGE_COOKIE_HTTPONLY = False