chore: initial commit of Wagtail backend scaffold
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class BlogConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.blog"
|
||||
label = "blog"
|
||||
verbose_name = "技术博客"
|
||||
Reference in New Issue
Block a user