diff --git a/conf/deploycfg.py b/conf/deploycfg.py index 6cb4c85..21a30a9 100644 --- a/conf/deploycfg.py +++ b/conf/deploycfg.py @@ -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 = {