feat: 城市手册后端完成 - 用户/区域/内容/服务/审核系统
This commit is contained in:
6
city-manual/backend/content/apps.py
Normal file
6
city-manual/backend/content/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ContentConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'content'
|
||||
Reference in New Issue
Block a user