enroll app修改

This commit is contained in:
ygm1881
2022-04-21 22:07:26 +08:00
parent f82e77e932
commit 177441d2d1
15 changed files with 440 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class EnrollConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'enroll'