关于错误:RuntimeError: Model class lufeiapi.apps.user.models.User doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS 的解决方案
来源:互联网
from lufeiapi.apps.user.models import User # 为什么会报错 即无法使用绝对路径from lufeiapi.apps.user.models import User #