A
A
Alexey Ovdienko2015-06-19 12:54:39
Flask
Alexey Ovdienko, 2015-06-19 12:54:39

What is the best way to host a project on flask?

There is a ready-made project with its dependencies to the flask. You need to host carefully on free hosting. But the nuance is that the project works with sqllite and Heroku does not support such databases at all. Pythonenywhere is also crap: I set it up as per the tutorial, playing with virtualenv, but did not understand how it works with virtualenv, if the user (me) only enters the path to it and changes wsgi files. Concerning the last hosting. I deployed it in the same way as on a PC, added all the dependencies to the virtualenv and still does not work.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vadim Galtsev, 2015-06-19
@Leo698

Take a cheap VDS and deploy anything there)

D
Dmitry Shinkar, 2015-06-19
@DeadCowsDontMoo

Upload these questions to the tech support of free hosting - let them be stunned :D

S
stayHARD, 2015-06-19
@stayHARD

Heroku works with sqlite3
https://devcenter.heroku.com/articles/sqlite3

R
REDkiy, 2016-04-14
@REDkiy

Greenberg's book "Developing Web Applications with Flask in Python" has a step-by-step description of how to deploy to Heroku.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question