bump site version to use correct domain

This commit is contained in:
Oly 2017-09-08 13:50:22 +01:00
parent 80601ce000
commit 409f6651c3
1 changed files with 1 additions and 1 deletions

View File

@ -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.