Get MongoDB:
# TODO
Get the code:
pip install django-mongonaut==0.2.6
Install the dependency in your settings.py:
INSTALLED_APPS = (
...
'mongonaut',
...
)
You will need the following also set up:
Note
No need for autodiscovery() with django-mongonaut!