heroku / django-heroku

[DEPRECATED] Do not use! See https://github.com/heroku/django-heroku/issues/56
BSD 3-Clause "New" or "Revised" License
459 stars 142 forks source link

fix compatibility with django-environ #15

Closed luzfcb closed 5 years ago

luzfcb commented 6 years ago

fix compatibility with django-environ

https://github.com/joke2k/django-environ

sigmavirus24 commented 6 years ago

What is incompatible? How can I verify things are compatible?

luzfcb commented 6 years ago

@sigmavirus24 django-environ provides a Path class, which implements some useful functions . Use str, can force the Path object, convert Path to os.path compatible value

I suppose this should not break other things. (based only on the fact that all tests have passed)