askcos-deploy / data /custom_django_settings_example.py
introvoyz041's picture
Migrated from GitHub
b82079d verified
raw
history blame contribute delete
204 Bytes
"""
Custom Django Settings for ASKCOS
This file will be imported into the main settings.py file.
Any settings defined here will take precedence over those in settings.py.
"""
SECRET_KEY = 'notsosecret'