尝试设置环境以运行 django-nonrel 和 mongoengine 时,我不断收到以下错误。该项目在开发它的不同计算机上运行良好。
Traceback (most recent call last):
enter code hereFile "manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/home/test/Documents/personal-proj/groc/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 159, in _fetch
app = import_module(appname)
File "/home/test/Documents/personal-proj/groc/local/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module
__import__(name)
ImportError: No module named django.mongo_auth