From 1142588abda79d1b3c5a94449cf8074964df9228 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 21 Apr 2019 22:28:57 +0100 Subject: A whole bunch of docstrings. --- pydis_site/apps/api/apps.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pydis_site/apps/api/apps.py') 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' -- cgit v1.2.3