Pip rather than poetry with django on render

Hello, can I use pip and virtualenv when considerating to deploy a django project on render ?

Hi there,

Thanks for reaching out.

Yes, you can use pip. Virtualenvs are probably also possible, but would likely be unnecessary as the service is an isolated container, so you could set it up with the Python version, environment variables, etc. as your app requires.

Alan

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