From e96ddeb49eac97f804d03bc6969ab59f5198b07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99=C5=9Bko?= Date: Tue, 28 Aug 2018 20:56:31 +0200 Subject: [PATCH] Update domain and ip address --- settings/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/settings.py b/settings/settings.py index 2fdf508..e165092 100644 --- a/settings/settings.py +++ b/settings/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'secret_123' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['35.237.219.127'] +ALLOWED_HOSTS = ['35.241.250.34', 'comixify.ii.pw.edu.pl'] # Application definition