django-mongokit icon indicating copy to clipboard operation
django-mongokit copied to clipboard

Doesn't play nicely with South

Open erikcw opened this issue 12 years ago • 1 comments

Django-mongokit doesn't seem to play nicely with South (the Django database migration library). When I add mongokit to my settings.py database connections, I get the following error:

$ ./manage.py shell There is no South database module 'south.db.None' for your database. Please either choose a supported database, check for SOUTH_DATABASE_ADAPTER[S] settings, or remove South from INSTALLED_APPS.

erikcw avatar Oct 08 '11 00:10 erikcw

A workaround is to make south use a fake database adapter.

arjanverkerk avatar Oct 11 '11 13:10 arjanverkerk