Deploying core python code

I currently have a Django application deployed on Render for the back end of my website.

But my goal is to stop using frameworks (like Django, Flask, Fast API, and so on) and stick with core Python, which gives me more control over the application.

So my question is: Can I deploy core python code to Render? Or do I need to use something like Django to deploy python code?

Hi there,

There shouldn’t be anything to stop you from deploying a service that only uses the Python core libraries if this is what you want to do.

Regards,

Keith
Render Support, UTC+10 :australia:

1 Like

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