1
0
Fork 0
IdreXyz/idre/settings_dev.py

9 lines
131 B
Python
Raw Permalink Normal View History

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