diff --git a/TEMPLATE.env b/TEMPLATE.env index c519f42..b4c79a3 100644 --- a/TEMPLATE.env +++ b/TEMPLATE.env @@ -23,7 +23,7 @@ EMAIL_USE_SSL=True # EMAIL_USE_TLS=True SERVER_EMAIL=Shynet -# 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://`).