diff options
| author | 2020-09-20 10:49:16 +0300 | |
|---|---|---|
| committer | 2020-09-20 10:49:16 +0300 | |
| commit | 3ea412e13cd01a17ceb3bfbdef1ec122f4eca113 (patch) | |
| tree | 1bd94c49a9056a96760d823be6e44a7f054d6265 /pydis_site/settings.py | |
| parent | Create base Guides app (diff) | |
Include guides app to project
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..6aff0fc1 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.guides',      'django.contrib.admin',      'django.contrib.auth',  |