xadmin拷贝进来后,同步数据库报错,请问老师是哪里问题呢?
if getattr(meta, ‘app_label’, None) is None:
if app_config is None:
if not abstract:
raise RuntimeError(
"Model class %s.%s doesn’t declare an explicit "
"app_label and isn’t in an application in "
“INSTALLED_APPS.” % (module, name)
)
else:
app_label = app_config.label
Django REST framework课程视频,RESTFul API前后端分离开发
了解课程