From 104215c428497f70a1268111ebf6b0dc9997e453 Mon Sep 17 00:00:00 2001 From: Vitor Freitas Date: Mon, 29 Jan 2018 00:43:34 +0200 Subject: [PATCH] Update ALLOWED_HOSTS --- simple_erp/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_erp/settings.py b/simple_erp/settings.py index c02c5f3..fcf851e 100644 --- a/simple_erp/settings.py +++ b/simple_erp/settings.py @@ -25,7 +25,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['127.0.0.1', 'localhost', 'dependent-dropdown-example.herokuapp.com'] # Application definition