IPython --Notebook继续导入django.db.models的循环引用

时间:2015-04-21 01:13:01

标签: django ipython ipython-notebook

我已经在Django开发了一年,而且我经常使用ipython笔记本。我有一些项目具有不同的配置(和环境),它运作良好。但是有了这个,出了点问题:

相关版本:

ActivePython 2.7.6.9 (ActiveState Software Inc.) based on
Python 2.7.6 (default, Feb 27 2014, 14:06:06) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin

django-extensions==1.5.2
ipython==2.3.0
pyzmq==14.5.0
tornado==4.0.2

使用ipython notebook并尝试导入模型:

python manage.py shell_plus --notebook

这种情况发生了:

enter image description here

似乎它是django> db> models.py的一种循环引用。使用ipython w / o --notebook

时不会发生这个特殊问题
python manage.py shell_plus

我做错了什么?

这个问题让我抓狂:(

提前致谢。

0 个答案:

没有答案