This commit is contained in:
gw3000 2023-10-11 20:07:35 +02:00
parent ec3f4545b3
commit b0deb69f43
3 changed files with 2 additions and 3 deletions

View file

@ -18,4 +18,4 @@ ACCOUNT_SESSION_REMEMBER = True
ACCOUNT_USERNAME_BLACKLIST = ["admin", "god"] ACCOUNT_USERNAME_BLACKLIST = ["admin", "god"]
ACCOUNT_USERNAME_MIN_LENGTH = 3 ACCOUNT_USERNAME_MIN_LENGTH = 3
ACCOUNT_UNIQUE_EMAIL = True ACCOUNT_UNIQUE_EMAIL = True
LOGIN_REDIRECT_URL = "/bird/all" LOGIN_REDIRECT_URL = "/bird/all"

View file

@ -28,4 +28,4 @@ CSP_FONT_SRC = (
"'self'", "'self'",
"https://fonts.gstatic.com", "https://fonts.gstatic.com",
"https://cdnjs.cloudflare.com", "https://cdnjs.cloudflare.com",
) )

View file

@ -85,7 +85,6 @@ INSTALLED_APPS = [
"bird", "bird",
"costs", "costs",
"export", "export",
] ]
MIDDLEWARE = [ MIDDLEWARE = [