Mongine provides a database engine using MongoDB. It doesn't aim at providing a full database engine that is compatible with the Django ORM. It allows to access a MongoDB database that is configured through settings.DATABASES and allows create a test database when running the tests.