Can i host flask websites on github? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Can i host flask websites on github?

31st May 2020, 1:02 PM
Arydev
Arydev - avatar
2 Respuestas
+ 2
You can't host a python application onGithub pages, it's designed for simple static file hosting. You could use something like Flask-Frozen to turn your Flask application into staticpages, but then you obviously have some big tradeoffs depending on yoursite's functionality
31st May 2020, 1:05 PM
Abdulsalam Al-Ashwal
Abdulsalam Al-Ashwal - avatar
31st May 2020, 1:12 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar