""" | |
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' | |
""" | |
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' | |