Preview:
Pasos:
======
1) pip install gunicorn
2) pip freeze > requirements.txt 
3) crear archivo Procfile > web: gunicorn app:app
4) git init
5) git add .
6) git commit -m "message"

7) heroku login
8) heroku create flaskblog
9) git remote -v
10) git push heroku master

downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter