From dc2a771c994c5a7dad3b8453270ca2bfb74a414b Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:28:25 +0200 Subject: Adding initial staff app to Django --- pydis_site/apps/staff/apps.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pydis_site/apps/staff/apps.py (limited to 'pydis_site/apps/staff/apps.py') diff --git a/pydis_site/apps/staff/apps.py b/pydis_site/apps/staff/apps.py new file mode 100644 index 00000000..fb8bda03 --- /dev/null +++ b/pydis_site/apps/staff/apps.py @@ -0,0 +1,7 @@ +from django.apps import AppConfig + + +class StaffConfig(AppConfig): + """Django AppConfig for the staff app.""" + + name = 'staff' \ No newline at end of file -- cgit v1.2.3