aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/wiki/apps.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-04-20 14:41:40 +0200
committerGravatar GitHub <[email protected]>2019-04-20 14:41:40 +0200
commit14f8ca26b85f7cc3e009fb9ba2ac549e751c8068 (patch)
tree041b093b2c9296fe23eb6e1bb54d0748fbe58dfa /pydis_site/apps/wiki/apps.py
parentRevert linter to non-verbose. (diff)
parentMake the flakes happy. (diff)
Merge pull request #213 from python-discord/django_front_page
Django front page
Diffstat (limited to 'pydis_site/apps/wiki/apps.py')
-rw-r--r--pydis_site/apps/wiki/apps.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pydis_site/apps/wiki/apps.py b/pydis_site/apps/wiki/apps.py
deleted file mode 100644
index fce4708e..00000000
--- a/pydis_site/apps/wiki/apps.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from django.apps import AppConfig
-
-
-class WikiConfig(AppConfig):
- name = 'wiki'