well I want to make an app web in flask using flask and sqlAlchmey and I don't know where to hosted, I'll use mysql or postgrest in the database.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as off topic by WoLpH, Sean Vieira, tripleee, Lafada, Pfitz Nov 20 '12 at 9:12
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Most of current cloud PaaS platforms, such as AppFog and Heroku provides flask hosting. You can try their free hosting option first. |
|||||
|
|
If you want shared hosting then http://www.webfaction.com/ is really nice. Easy to setup, easy to run. There is also guide how to deploy it there http://flask.pocoo.org/snippets/65/. Also there are some more advanced ones which include virtualenv usage and so on. |
|||
|
|