aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-10 23:17:08 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-10 23:17:08 +0100
commita880a3441100b387e1171c79cbeff36d3aa8d445 (patch)
tree7718666427599435219cbbf0aa49ab881c7ab9fb /pydis_site/settings.py
parentMerge branch 'django' into django+200/wiki (diff)
Some initial work on updating the wiki templates for Bulma
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index e55b3132..6c9af3aa 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -272,6 +272,7 @@ BULMA_SETTINGS = {
}
# Required for the wiki
+LOGIN_URL = "/admin/login" # TODO: Update this when the real login system is in place
SITE_ID = 1
WIKI_ACCOUNT_HANDLING = False