Skip to content

Commit

Permalink
Fix for ssl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Cote committed Dec 16, 2019
1 parent f3a879f commit b42f5b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mymusix/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATIC_URL = "/static/"

django_heroku.settings(locals())


SECURE_SSL_REDIRECT = False

django_heroku.settings(locals())
del DATABASES['default']['OPTIONS']['sslmode']

0 comments on commit b42f5b8

Please sign in to comment.