diff options
author | 2020-07-14 23:04:27 +0200 | |
---|---|---|
committer | 2020-07-14 23:04:27 +0200 | |
commit | 3293eec240a0a2c7bfd8116d75484794d3a6210e (patch) | |
tree | adab88725e24222283611ce25f07c666fd9c2aa0 /pydis_site/settings.py | |
parent | Catch 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.py | 3 |
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', |