where to host flask and alchemy app? [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-08 10:42:46

问题


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.


回答1:


Most of current cloud PaaS platforms, such as AppFog and Heroku provides flask hosting. You can try their free hosting option first.




回答2:


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.



来源:https://stackoverflow.com/questions/13465316/where-to-host-flask-and-alchemy-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!