1
0
Fork 0
IdreXyz/idre/settings_dev.py

9 lines
124 B
Python
Raw Normal View History

2018-04-25 20:16:23 +02:00
from .settings import * # pylint: disable=unused-wildcard-import
DEBUG = True
SECRET_KEY = 'dev'
ALLOWED_HOSTS = ['*']