security.py 120 Bytes Edit Raw Blame History 1 2 3 4 5 # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = '{{ secret_key }}' ALLOWED_HOSTS = []