From 179526ab432f78ff0e7d103995927f874a66ee05 Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Fri, 28 May 2021 23:39:31 +0800 Subject: [PATCH] apps.py --- student/apps.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 student/apps.py diff --git a/student/apps.py b/student/apps.py new file mode 100644 index 0000000..1cbaca1 --- /dev/null +++ b/student/apps.py @@ -0,0 +1,4 @@ +from django.apps import AppConfig + +class StudentConfig(AppConfig): + name = 'student'