aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/apps.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-04-24 20:14:15 +0200
committerGravatar GitHub <[email protected]>2019-04-24 20:14:15 +0200
commitdd9723705d0b41363c0941b02c4ee5d3b2bafe32 (patch)
treee0bfe8cd82087ed1b9d2dff6249282d13c790a74 /pydis_site/apps/api/apps.py
parentMerge pull request #202 from gdude2002/django+200/wiki (diff)
parentAddress review (diff)
Merge pull request #215 from gdude2002/django+192/flake8-docstrings
[#192] Flake8-docstrings
Diffstat (limited to 'pydis_site/apps/api/apps.py')
-rw-r--r--pydis_site/apps/api/apps.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pydis_site/apps/api/apps.py b/pydis_site/apps/api/apps.py
index d87006dd..76810b2e 100644
--- a/pydis_site/apps/api/apps.py
+++ b/pydis_site/apps/api/apps.py
@@ -2,4 +2,6 @@ from django.apps import AppConfig
class ApiConfig(AppConfig):
+ """Django AppConfig for the API app."""
+
name = 'api'