7-3 自定义userprofile表覆盖默认的user表的17:55(AUTH_USER_MODEL)

来源:7-3 自定义userprofile表覆盖默认的user表

曾嘱咐

2021-09-25

AUTH_USER_MODEL = "users.UserProfile"

运行manage.py后报错

无法获取 "MxOnline" 模块中的实际命令: Python 进程死亡,代码为 1: Traceback (most recent call last):

django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.

http://img.mukewang.com/szimg/614f46a709ca158025601600.jpg

http://img.mukewang.com/szimg/614f46bb091476cc25601600.jpg

http://img.mukewang.com/szimg/614f46c509b4a83d25601600.jpg


users下面的apps.py源码

http://img.mukewang.com/szimg/614f468a0911472825601600.jpg

settings.py中的installed_apps配置

http://img.mukewang.com/szimg/614f467809f92f8325601600.jpg


写回答

1回答

bobby

2021-09-27

AUTH_USER_MODEL = "apps.users.UserProfile"

配置成这样试试

0
1
曾嘱咐
非常感谢!
2021-09-27
共1条回复

Django+ xadmin 开发在线教育网站

一套通用的技术组合拳,助你解决大部分Python类网站后端问题

1911 学习 · 2149 问题

查看课程