添加路径
This commit is contained in:
parent
f8582fd2e6
commit
7edef62d26
@ -1,7 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
import os
|
||||
|
||||
class TemplateConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'apps.template'
|
||||
path = os.path.dirname(os.path.abspath(__file__))
|
||||
verbose_name = '模板管理'
|
||||
|
Loading…
Reference in New Issue
Block a user