blacked
This commit is contained in:
parent
ec3f4545b3
commit
b0deb69f43
3 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||||
|
|
|
@ -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",
|
||||||
)
|
)
|
||||||
|
|
|
@ -85,7 +85,6 @@ INSTALLED_APPS = [
|
||||||
"bird",
|
"bird",
|
||||||
"costs",
|
"costs",
|
||||||
"export",
|
"export",
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue