aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-07-14 23:04:27 +0200
committerGravatar Leon Sandøy <[email protected]>2020-07-14 23:04:27 +0200
commit3293eec240a0a2c7bfd8116d75484794d3a6210e (patch)
treeadab88725e24222283611ce25f07c666fd9c2aa0 /pydis_site/settings.py
parentCatch ConnectionError when trying to get updated repository data (diff)
Removes django_crispy_bulma dependency.
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index 5f80a414..4487a9d3 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -52,6 +52,8 @@ if DEBUG:
'api.pythondiscord.local',
'admin.pythondiscord.local',
'staff.pythondiscord.local',
+ '0.0.0.0',
+ 'localhost',
'web',
'api.web',
'admin.web',
@@ -105,7 +107,6 @@ INSTALLED_APPS = [
'allauth.socialaccount.providers.github',
'crispy_forms',
- 'django_crispy_bulma',
'django_hosts',
'django_filters',
'django_nyt.apps.DjangoNytConfig',