This commit is contained in:
康家辉
2022-04-24 17:56:23 +08:00
parent 0178776c12
commit 7d06e64645
16 changed files with 384 additions and 139 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from django.apps import AppConfig
class HistoryConfig(AppConfig):
class TodoListConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'history'