Skip to content

Remove usage of django-heroku #518

@smartspot2

Description

@smartspot2

The django-heroku package is deprecated, as of October 15, 2024. The package doesn't really do too much, other than set a few configuration parameters, which we can definitely do ourselves.

See https://github.com/heroku/python-getting-started/blob/main/gettingstarted/settings.py for an example of a Django settings.py file for use in Heroku. Further, see https://github.com/heroku/django-heroku/blob/master/django_heroku/core.py for the configuration that django_heroku adds, which we should inline in our settings.py.

Metadata

Metadata

Assignees

No one assigned

    Labels

    herokuItems involving Heroku deploymentspythonPull requests that update Python code

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions