Add a command to generate SECRET_KEY

newer-dal
LEdoian 3 years ago
parent 1ffdb3c246
commit 5963a6088d

@ -11,6 +11,7 @@
# values, but it might not…)
DEBUG = False
# One method to create SECRET_KEY is the command `cat /dev/random | tr -dc '[ -~]' | tr -d \' | head -c 100`
SECRET_KEY = ...
ALLOWED_HOSTS = [...]
DATABASES = {

Loading…
Cancel
Save