fix: Misc
This commit is contained in:
parent
e736c4071e
commit
e6213fd884
3 changed files with 6 additions and 2 deletions
|
@ -24,6 +24,8 @@ ALLOWED_HOSTS = credentials.get_json("ALLOWED_HOSTS", [])
|
|||
|
||||
ADMINS = credentials.get_json("ADMINS", [])
|
||||
|
||||
SITE_ID = 1
|
||||
|
||||
|
||||
###
|
||||
# List the installed applications
|
||||
|
@ -68,6 +70,7 @@ MIDDLEWARE = [
|
|||
"django.contrib.auth.middleware.AuthenticationMiddleware",
|
||||
"django.contrib.messages.middleware.MessageMiddleware",
|
||||
"django.middleware.clickjacking.XFrameOptionsMiddleware",
|
||||
"allauth.account.middleware.AccountMiddleware",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue