More correction

This commit is contained in:
PCoder 2019-02-17 18:25:12 +01:00
parent 876567f933
commit c4c990a98d
1 changed files with 1 additions and 1 deletions

View File

@ -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',