Path to the Django secret key.
The key can be generated using:
python3 -c 'import secrets; print(secrets.token_hex())'
If not set, the secret key will be automatically generated.
Path to the Django secret key.
The key can be generated using:
python3 -c 'import secrets; print(secrets.token_hex())'
If not set, the secret key will be automatically generated.