gastrolog/localsettings.dist.py

6 lines
199 B
Python
Raw Permalink Normal View History

2020-09-06 11:01:39 +00:00
# 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'