diff options
| author | 2019-04-19 17:59:55 +0100 | |
|---|---|---|
| committer | 2019-04-19 17:59:55 +0100 | |
| commit | 14e98f1e790c85e761c9ead44160ac1174f808d2 (patch) | |
| tree | cd362664b5a3c5501338fa76d12589e702374676 /pydis_site/settings.py | |
| parent | Tests for templatetags (diff) | |
Lint and update django-simple-bulma
Diffstat (limited to '')
| -rw-r--r-- | pydis_site/settings.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 4ffb06a1..c4c8a535 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -14,10 +14,8 @@ import os import sys import environ - from django.contrib.messages import constants as messages - env = environ.Env( DEBUG=(bool, False) ) @@ -190,10 +188,10 @@ MEDIA_URL = '/media/' MEDIA_ROOT = env('MEDIA_ROOT', default='media') STATICFILES_FINDERS = [ - 'django.contrib.staticfiles.finders.FileSystemFinder', - 'django.contrib.staticfiles.finders.AppDirectoriesFinder', + 'django.contrib.staticfiles.finders.FileSystemFinder', + 'django.contrib.staticfiles.finders.AppDirectoriesFinder', - 'django_simple_bulma.finders.SimpleBulmaFinder', + 'django_simple_bulma.finders.SimpleBulmaFinder', ] # django-hosts |