Skip to content

Commit

Permalink
Update TEMPLATE.env - add command to generate django secret (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp2k authored Jun 12, 2023
1 parent 9980cc1 commit b9ffb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TEMPLATE.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EMAIL_USE_SSL=True
# EMAIL_USE_TLS=True
SERVER_EMAIL=Shynet <[email protected]>

# 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://`).
Expand Down

0 comments on commit b9ffb10

Please sign in to comment.