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.
Available commands¶
showencryptedfieldsmap¶
Added in version 6.0.1.
- showencryptedfieldsmap¶
This command generates output for includision in
AutoEncryptionOpts'sencrypted_fields_mapargument.See Configuring the encrypted_fields_map option.
- --database DATABASE¶
Specifies the database to use. Defaults to
default.