diff --git a/testapp/settings.py b/testapp/settings.py index b370412..60e0f48 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-ccko-c%pu^i0ipz!#p7zb5)^6fxn0j081udo56_28ik@u5s#@w # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['localhost', '192.168.2.199', 'develop.artemisneo.com'] +ALLOWED_HOSTS = ['localhost', '192.168.2.199', 'develop.artemisneo.com', '192.168.2.200'] # Application definition