diff options
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 |