Skip to content

Commit

Permalink
Fixes environment errors in Heroku prod?
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvshettty committed Nov 26, 2022
1 parent a231874 commit 8487118
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import os
import environ
import oscar
import django_heroku

django_heroku.settings(locals())

env = environ.Env()

Expand Down Expand Up @@ -429,5 +432,3 @@
from settings_local import *
except ImportError:
pass
import django_heroku
django_heroku.settings(locals())

0 comments on commit 8487118

Please sign in to comment.