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",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ in
|
|||
ps.django-allauth-ens
|
||||
ps.django-wiki
|
||||
ps.loadcredential
|
||||
ps.tinycss2
|
||||
]))
|
||||
];
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
"url": "https://git.hubrecht.ovh/hubrecht/nix-pkgs"
|
||||
},
|
||||
"branch": "main",
|
||||
"revision": "1a410e36ff817a19b3254af179c89dbf299d98b7",
|
||||
"revision": "6f56463c0034d4162dabb98ee8e70d6c43214ac0",
|
||||
"url": null,
|
||||
"hash": "1yjpy3zicrav2fq4klj7g3waphxcngkcyvm9ndd1xk6pc8977yw4"
|
||||
"hash": "0dqm2n88f0yl63wacizwpjrcv51arz5z31nhwbjcbyjxrwiwxamq"
|
||||
},
|
||||
"nixpkgs": {
|
||||
"type": "Channel",
|
||||
|
|
Loading…
Reference in a new issue