InstallationΒΆ

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:

  • django.contrib.sessions
  • django.contrib.messages

Note

No need for autodiscovery() with django-mongonaut!

Previous topic

django-mongonaut

Next topic

Basic Usage

This Page