|
|
|
|
|
by thanksgiving
3209 days ago
|
|
I have a small flask application which basically is a rest get post API server. I'm struggling to make deployment easy. With PHP, i just push to the application server and rsync that folder into var www html for Apache httpd but what would I do for flask python 3? |
|