More correction
This commit is contained in:
parent
876567f933
commit
c4c990a98d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|||
|
||||
DEBUG = os.environ.get('DEBUG', False)
|
||||
|
||||
ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost').split(",")
|
||||
ALLOWED_HOSTS = (os.environ.get('ALLOWED_HOSTS', 'localhost')).split(",")
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'django.contrib.admin',
|
||||
|
|
Loading…
Reference in a new issue