diff options
author | 2019-04-10 19:42:52 +0200 | |
---|---|---|
committer | 2019-04-10 19:42:52 +0200 | |
commit | b476340a7c9d50aa7df607a19b4010e93dd51516 (patch) | |
tree | d828b3a7ba4694d2e71a2377cfe0b5d5f835f65a /pydis_site/settings.py | |
parent | Remove unused changelog. (diff) |
Make the pipeline green as grass.
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index e8355918..f7668f65 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -169,10 +169,10 @@ STATICFILES_DIRS = [os.path.join(BASE_DIR, 'pydis_site', 'static')] STATIC_ROOT = env('STATIC_ROOT', default='staticfiles') 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 |