diff options
author | 2019-04-13 16:16:11 +0200 | |
---|---|---|
committer | 2019-04-13 16:16:11 +0200 | |
commit | f29472a56f925127a077c4cadcc13fa852dc665b (patch) | |
tree | 34fcafe8e98ab0d9babc87f2118250ecbe697bda /pydis_site/settings.py | |
parent | Added hrefs for the cards (diff) |
refactoring slightly to use a class-based view, changing home to main. Ready to write the API search stuff now.
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 03ad6bc5..4a5b0523 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -63,8 +63,7 @@ else: INSTALLED_APPS = [ 'pydis_site.apps.api', - 'pydis_site.apps.home', - 'pydis_site.apps.wiki', + 'pydis_site.apps.main', 'django.contrib.admin', 'django.contrib.auth', |