Is it possible to make 2 or more python flask website up and running dependently on xampp server? | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 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?

30th Aug 2019, 12:55 AM
ariamossar
ariamossar - avatar
1 Odpowiedź
+ 1
Python flask is independent server. Flask apps create their own servers and thus, xampp is not required at all to run them.
2nd Sep 2019, 6:36 AM
Harmeet Singh Bhatia
Harmeet Singh Bhatia - avatar