+ 2
Is it possible to make 2 or more python flask website up and running dependently on xampp server?
Currently if we run the first website, the second one doesn't work. And if possible, how?
1 Resposta
+ 1
Python flask is independent server. Flask apps create their own servers and thus, xampp is not required at all to run them.