Django MongoDB Backend includes some :doc:`Django management commands <django:ref/django-admin>`.
To make these commands available, you must include "django_mongodb_backend"
in the :setting:`INSTALLED_APPS` setting.
.. django-admin:: createcachecollection
Creates the cache collection for use with the :doc:`database cache backend </topics/cache>` using the information from your :setting:`CACHES` setting.
.. django-admin-option:: --database DATABASE
Specifies the database in which the cache collection(s) will be created.
Defaults to default
.