Use MongoDB as the backend for your Django project, without changing the Django ORM.
Use Django Admin to access MongoDB
Use the Django Admin app to insert, modify and delete documents in MongoDB.
Use Django with MongoDB data fields
Use MongoDB embedded documents and embedded arrays in Django Models.
Connect 3rd party apps with MongoDB
Apps like Django Rest Framework and Viewflow app that use Django Models integrate easily with MongoDB.