diff options
author | 2019-04-10 23:17:08 +0100 | |
---|---|---|
committer | 2019-04-10 23:17:08 +0100 | |
commit | a880a3441100b387e1171c79cbeff36d3aa8d445 (patch) | |
tree | 7718666427599435219cbbf0aa49ab881c7ab9fb /pydis_site/settings.py | |
parent | Merge 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.py | 1 |
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 |