奇怪的 django admin 导入错误
当我尝试访问管理员时,出现奇怪的导入错误: http://dpaste.com/292489/它似乎与我的代码无关,并且我已经设置了所有正确的管理设置和网址,因为管理之前已经正常工作。
I am getting a weird import error when I try to access admin: http://dpaste.com/292489/ It doesn't seem to be related to my code and I have setup all the proper admin settings and urls, since admin has worked properly before.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为要做的唯一一件事就是仔细检查你的 PYTHONPATH 并三次检查你的 ROOT_URLCONF 是否指向正确的位置。
The only thing I think to do is to double check your PYTHONPATH and triple check that your ROOT_URLCONF is pointing to the right spot.