Path to the Django secret key.
The key can be generated using:
python3 -c 'import secrets; print(secrets.token_hex())'
:::{.note} If not specified, a secret key is automatically generated and stored in the state directory. :::
Path to the Django secret key.
The key can be generated using:
python3 -c 'import secrets; print(secrets.token_hex())'
:::{.note} If not specified, a secret key is automatically generated and stored in the state directory. :::