我按照Django链接在运行命令时安装了this MongoDB Engine
pip install git+https://github.com/django-nonrel/django@nonrel-1.5

经过几个小时的搜索,我无法成功安装django-nonrel。
请给我指引!
发布于 2016-07-19 13:37:07
Django-nonrel已弃用。查看此-> https://github.com/django-nonrel/django-nonrel
如果你想在Django中使用MongoDB,那么这条道路并不容易。使用MongoEngine而不是-> http://docs.mongoengine.org/tutorial.html。
此外,如果您要将Django REST框架用于您的API,则需要Django Rest框架MongoEngine too -> https://pythonhosted.org/django-rest-framework-mongoengine/
https://stackoverflow.com/questions/38447255
复制相似问题