diff options
author | 2020-09-22 20:49:36 +0300 | |
---|---|---|
committer | 2020-09-22 20:49:36 +0300 | |
commit | 83239a5c54869b0c9241b14760005b8ed4c26fb2 (patch) | |
tree | f9fd4dc9063f383a52e4982554b95b36395ce917 /pydis_site/settings.py | |
parent | Create resources index HTML file (diff) |
Include resources app to settings
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 1f042c1b..2c8a95a1 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -91,6 +91,7 @@ INSTALLED_APPS = [ 'pydis_site.apps.api', 'pydis_site.apps.home', 'pydis_site.apps.staff', + 'pydis_site.apps.resources', 'django.contrib.admin', 'django.contrib.auth', |