[PYTHON] heroku memo (for myself)

First illustrated command
git clone git://github.com/heroku/python-django-sample.git

Probably not needed if you make it yourself

cd python-django-sample

Go to the directory for your app

heroku create

Open a server?

git push heroku master

git integration

heroku open 

open

Python tutorial

https://devcenter.heroku.com/articles/getting-started-with-python

Once in trouble

heroku restart

May I try it?

Recommended Posts

heroku memo (for myself)
Python memo (for myself): Array
python [for myself]
heroku deployment memo (Django)
Freecad memorandum (for myself)
[Heroku] Memo for deploying Python apps using Heroku on Windows [Python]
python memo (for myself): About the development environment virtualenv
Python Tkinter notes (for myself)
Pipenv usage summary (for myself)
Linux Command Dictionary (for myself)
[For AtCoder] Standard input memo
[Note] [For myself] Django command
[Memo] Substitute unnecessary variables for "_" (underscore)
[For memo] Linux Part 1 vi editor
[Memo] Links for developing with Flask
Next, use Python (Flask) for Heroku!
(For myself) Flask_7 (Open database from Flask)
(For myself) Flask_ex (templates and static)
(For myself) Flask_5 (Add to txt file)
Jupyter Notebook extension, nbextensions settings for myself
Solution for errors when deploying to Heroku
(For myself) Put Flask in VS Code
Memo for creating a text formatting tool
AtCoder cheat sheet in python (for myself)
(For myself) Django_1 (Basic / Hello World / Template)
(For myself) Flask_3 (form, POST and GET)
[Competitive programming] [Python3] Required knowledge, for myself