django-mongokit
django-mongokit copied to clipboard
Doesn't play nicely with South
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.
A workaround is to make south use a fake database adapter.