tj2023/my_secrets/definitions.py
2020-10-21 14:23:07 -04:00

15 lines
328 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:
'DEBUG',
"SECRET_KEY",
"NOTION_URL",
"NOTION_COOKIE",
]