From 409f6651c3996207379c42c5f1e8242ccadf585e Mon Sep 17 00:00:00 2001 From: Oly Date: Fri, 8 Sep 2017 13:50:22 +0100 Subject: [PATCH] bump site version to use correct domain --- config/settings/stage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings/stage.py b/config/settings/stage.py index 6ef74ac..fc60406 100644 --- a/config/settings/stage.py +++ b/config/settings/stage.py @@ -17,7 +17,7 @@ from .common import * # noqa # See: https://docs.djangoproject.com/en/dev/ref/settings/#secret-key # Raises ImproperlyConfigured exception if DJANGO_SECRET_KEY not in os.environ SECRET_KEY = env('DJANGO_SECRET_KEY') - +SITE_ID = 2 # This ensures that Django will be able to detect a secure connection # properly on Heroku.