6 lines
191 B
Python
6 lines
191 B
Python
from __future__ import absolute_import
|
|
from .local import *
|
|
|
|
DEBUG = False
|
|
ALLOWED_HOSTS = ['*'] # Update this accordingly; https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
|