This commit is contained in:
shineahead
2022-05-05 22:23:25 +08:00
parent 018c67c0b1
commit c8e35b0e1e
15 changed files with 321 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class WorksConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'Apps.work'