pushup-contest/my_secrets/definitions.py
Rushil Umaretiya bc06642fe7 started working
2020-10-19 02:28:06 -04:00

12 lines
276 B
Python

# coding=utf-8
# Add your secrets to this list and run manage.py to set their values.
# Use them in settings.py like this:
# from secrets import secrets
# SECRET_KEY = secrets.SECRET_KEY
SECRET_KEYS = [
# start with your Django secret key like this:
"SECRET_KEY",
]