2 messages · Page 1 of 1 (latest)
django.core.exceptions.ImproperlyConfigured: 'django_mongoengine' isn't an available database backend or couldn't be imported. Check the above exception. To use one of the built-in backends, use 'django.db.backends.XXX', where XXX is one of:
'mysql', 'oracle', 'postgresql', 'sqlite3'
don't connect django ORM to mongo, if you need it, use it directly from python lib