bump site version to use correct domain
This commit is contained in:
parent
80601ce000
commit
409f6651c3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue