From 3293eec240a0a2c7bfd8116d75484794d3a6210e Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Tue, 14 Jul 2020 23:04:27 +0200 Subject: Removes django_crispy_bulma dependency. --- pydis_site/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pydis_site/settings.py') 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', -- cgit v1.2.3