Titivillus/titivillus/settings_secret.py.template

7 lines
132 B
Plaintext
Raw Normal View History

2018-08-10 08:39:51 -04:00
#!/usr/bin/env python3
"""
Secrets stop being secret when you tell someone.
"""
SECRET_KEY = """SECRET_KEY"""
DB_KEY = """DB_KEY"""