Management commands¶
Django MongoDB Backend includes some Django management commands.
Required configuration¶
To make these commands available, you must include "django_mongodb_backend"
in the INSTALLED_APPS setting.
Django MongoDB Backend includes some Django management commands.
To make these commands available, you must include "django_mongodb_backend"
in the INSTALLED_APPS setting.