9 lines
131 B
Python
9 lines
131 B
Python
from .settings_common import * # pylint: disable=unused-wildcard-import
|
|
|
|
|
|
DEBUG = True
|
|
|
|
SECRET_KEY = 'dev'
|
|
|
|
ALLOWED_HOSTS = ['*']
|