Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I'm looking to deploy a website I made using flask, but I need help finding the right web host. It contains a python configuration file, html files within a "templates" folder, a css page, several javascript files, and images contained within a "static" folder, plus a sql database within an "instance" folder. It is bug-free and works fine when I run it with flask.

However, any attempt to deploy it to the web results in errors and failed builds. I think it's because the web hosts aren't accounting for the flask framework.

What I have tried:

What web host should I use to cheaply deploy a flask-based website for a couple of months? I've searched through 30+ hosts by this point and it's insane that none of them have been able to deploy my website or at least explain why it's not working. I just don't know where to look anymore.
Posted
Updated 23-Jul-23 21:50pm

I am not a python dev, so I did a quick search: flask web hosts - Google Search[^] and found this article: Top 10 Flask Hosting Providers | A Comprehensive Guide[^]. If you check the search, there are more...
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900