Update TEMPLATE.env - add command to generate django secret (#270)
This commit is contained in:
parent
9980cc12f2
commit
b9ffb10668
@ -23,7 +23,7 @@ EMAIL_USE_SSL=True
|
||||
# EMAIL_USE_TLS=True
|
||||
SERVER_EMAIL=Shynet <noreply@shynet.example.com>
|
||||
|
||||
# General Django settings
|
||||
# General Django settings - to generate run: python3 -c "import secrets; print(secrets.token_urlsafe())"
|
||||
DJANGO_SECRET_KEY=random_string
|
||||
|
||||
# Set these to your deployment's domain. Both are comma separated, but CSRF_TRUSTED_ORIGINS also requires a scheme (e.g., `https://`).
|
||||
|
Loading…
Reference in New Issue
Block a user