mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 02:47:10 +00:00
add simple user admin and hash password
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user