gastrolog/localsettings.dist.py

5 lines
199 B
Python

# Secret Key - replace this by a long random string and keep it secret
# You can use get_random_secret_key() from django.core.management.utils to generate one
SECRET_KEY = 'INSERT_SECRET_KEY_HERE'