diff --git a/PyRIGS/settings.py b/PyRIGS/settings.py index ab9a5d66..d1a220f3 100644 --- a/PyRIGS/settings.py +++ b/PyRIGS/settings.py @@ -35,6 +35,7 @@ if STAGING: if DEBUG: ALLOWED_HOSTS.append('localhost') ALLOWED_HOSTS.append('example.com') + ALLOWED_HOSTS.append('127.0.0.1') SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') if not DEBUG: