| http://github.com/django-mongodb-engine/mongodb-engine/ | | http://groups.google.com/group/django-non-relational | | http://github.com/django-mongodb-engine/mongodb-engine/issues/ | | 2-clause BSD | | http://
I just installed mongodb-engine and when I simply added a MongoDB database to my existing MySQL in my settings file, I get the following error when trying to address the site. DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', '...
The Django MongoDB Engine is used to declaratively define schemas. Note: At the time of writing, this engine doesn't have the support for Python 3.x. The latest supported version is Python 2.7. Non-relational vs Relational Databases The key difference of this engine compared to other popular...