Unfortunately django-heroku has been deprecated at the end of last month https://github.com/heroku/django-heroku
We can still get the same functionality using os.env
Here is a sample guide on how to change our settings.py to not depend on this package:
heroku/python-getting-started@14230b2
Unfortunately django-heroku has been deprecated at the end of last month https://github.com/heroku/django-heroku
We can still get the same functionality using os.env
Here is a sample guide on how to change our settings.py to not depend on this package:
heroku/python-getting-started@14230b2