This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
mochaserverpine64backup/config/settings/local.py
2018-04-06 01:16:43 -05:00

4 lines
168 B
Python

from .base import *
SECRET_KEY = env('DJANGO_SECRET_KEY', default='8k)p&3j2w38^xfb*5th4s_45+)-&fhc4c_z3=1^2u8es@zgyk9')
DEBUG = env.bool('DJANGO_DEBUG', default=True)