from .models import UserProfile

来源:6-3 用户登录-2

何杨233

2017-12-01

只要是加上from .models import UserProfile 这个引用 就会报错  查了2小时没查出来原因


 "application was loaded. " % (module, name))

RuntimeError: Model class apps.users.models.UserProfile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. 



  1. 需要安装的库都安装了(future,six等)

  2. 已经把apps目录mark成sourceroot了

  3. 在setting里配置了base_dir了(sys.path.insert(0, os.path.join(BASE_DIR, 'apps'))

  4. users这个app也注册了(INSTALLED_APPS = (

写回答

2回答

bobby

2017-12-04

你给我发个qq消息 我给你看看问题

1
3
bobby
回复
慕盖茨8129089
442421039
2018-06-28
共3条回复

何杨233

提问者

2017-12-04

我现在用的是from apps.users.model import 没保存了  但是不知道为什么不能直接  .model这样引用

0
3
bobby
回复
何杨233
你的问题解决了吗?
2017-12-05
共3条回复

Python3.6+django+xadmin,打造在线教育平台

【毕设】Python 2.7到3.6 完美适配,Django升级2.0

3677 学习 · 4038 问题

查看课程