This commit is contained in:
ygm1881
2022-04-17 15:32:30 +08:00
commit f0389a8c8e
26 changed files with 663 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'