feat(projects): 新增Django综合案例示例代码及素材

This commit is contained in:
100gle
2022-08-10 16:15:39 +08:00
parent b4c2257308
commit 3bf65b2755
65 changed files with 1496 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class ViewConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'view'