Skip to content

Commit

Permalink
Change django_python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvshettty committed Nov 28, 2022
1 parent 8487118 commit b666222
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ django-extensions==3.2.1
django-extra-views==0.14.0
django-haystack==3.2.1
django-heroku==0.3.1
django-on-heroku==1.1.2
-e git+https://github.com/django-oscar/django-oscar.git@3dee0ae8fbf017867cc82cf1e30750ebeaabcb5f#egg=django_oscar
django-phonenumber-field==6.4.0
django-redis==5.2.0
Expand Down
6 changes: 4 additions & 2 deletions settings.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import os
import environ
import oscar
import django_heroku
import django_on_heroku
# import django_heroku

django_heroku.settings(locals())
# django_heroku.settings(locals())
django_on_heroku.settings(locals())

env = environ.Env()

Expand Down

0 comments on commit b666222

Please sign in to comment.