django-byostorage/byostorage/local_settings.py
2021-03-12 13:45:07 +11:00

6 lines
119 B
Python

INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',
'byostorage'
]
SECRET_KEY = 'shh!'