aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-04-19 15:29:27 +0200
committerGravatar Leon Sandøy <[email protected]>2019-04-19 15:29:27 +0200
commit5d9d6eec3159a9c87ca45dc5b294534daf8495fa (patch)
tree281274633fe8a9cc5c79d5f66409cf1fd87702dc /pydis_site/settings.py
parentMerge branch 'django_front_page' of github.com:python-discord/site into djang... (diff)
Addressing all comments in volcyy's second review. The tests now mock the API calls so we don't have to actually call the API every time we run tests.
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py12
1 files changed, 1 insertions, 11 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index eb21de10..891084c9 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -63,7 +63,7 @@ else:
INSTALLED_APPS = [
'pydis_site.apps.api',
- 'pydis_site.apps.main',
+ 'pydis_site.apps.home',
'django.contrib.admin',
'django.contrib.auth',
@@ -258,13 +258,3 @@ BULMA_SETTINGS = {
"footer-padding": "1rem 1.5rem 1rem",
}
}
-
-# Which of our GitHub repos should be displayed on the front page, and in which order?
-HOMEPAGE_REPOS = [
- "python-discord/site",
- "python-discord/bot",
- "python-discord/snekbox",
- "python-discord/seasonalbot",
- "python-discord/django-simple-bulma",
- "python-discord/django-crispy-bulma",
-]