标签: django django-settings
在Django项目的settings.py中声明应用程序时,两者之间存在区别:
INSTALLED_APPS = [ /../ 'MyAppHere', # AND 'MyAppHere.apps.MyAppHereConfig', ]