Try to install mongodb with dijango?
问题 I am trying to configure MongoDB database to Django. I tried a lot of tutorials but still, I am not able to configure. I followed following tutorials commands. http://2buntu.com/articles/1451/installing-django-and-mongodb-in-your-virtualenv/ http://django-mongodb-engine.readthedocs.org/en/latest/topics/setup.html http://docs.mongodb.org/manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine/ I added the following code to setting.py class. DATABASES = { 'default': { 'ENGINE'