Wednesday 15 January 2014

mongodb - BaseDatabaseIntrospection in django -



mongodb - BaseDatabaseIntrospection in django -

i creating django project. while trying implement mongodb, upgraded django framework. maintain getting error message:

notimplementederror: subclasses of basedatabaseintrospection may require get_table_list() method.

please kindly advice.

use this link install.

in short, these steps:

remove mongodb django executing pip uninstall django-mongodb-engine

run pip install git+https://github.com/django-nonrel/django@nonrel-1.5

to install django non-relational stuff

run pip install git+https://github.com/django-nonrel/djangotoolbox

to install django toolbox

finally run pip install git+https://github.com/django-nonrel/mongodb-engine install mongodb back upwards django.

django mongodb

No comments:

Post a Comment