📜  flask heroku - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:14.147000             🧑  作者: Mango

代码示例3
% heroku login
% git init
% heroku git:remote -a codingx-python
% git add.
% git commit -am "First python app"
% git push heroku master