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/home/apps.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pydis_site/apps/home/apps.py') diff --git a/pydis_site/apps/home/apps.py b/pydis_site/apps/home/apps.py index 2a2d362a..9a3d213c 100644 --- a/pydis_site/apps/home/apps.py +++ b/pydis_site/apps/home/apps.py @@ -3,4 +3,5 @@ from django.apps import AppConfig class HomeConfig(AppConfig): """Django AppConfig for the home app.""" + name = 'home' -- cgit v1.2.3