Deploy app which uses GeoDjango on Render

I have already deployed an app on render. The app is based on Django and also uses GeoDjango. This app was deployed on heroku and used the heroku geo build pack. How do I get it running on render?

Hi there,

Thanks for reaching out.

Render doesn’t utilise Buildpacks, if you require additional OS-level packages not available on our Native Environments you would need to use Docker to set up the environment as you require.

The heroku-geo-buildpack seems to download a file, untar it and set some environment variable paths, which can be seen here: https://github.com/heroku/heroku-geo-buildpack/blob/master/bin/compile

You would likely need to do something similar in your own Docker setup.

Hope that helps

Kind regards

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.