[PYTHON] A story that heroku that can be done in 5 minutes actually took 3 days

How to deploy a Django app on heroku in just 5 minutes

https://qiita.com/kilhyungdoo/items/ae0b4d2970bc0937e884

First of all, you died due to environmental differences * There is a MacOS environment construction

I could read the following, but I couldn't do it in 5 minutes because I couldn't break through the mystery error, and I couldn't understand pyenv. com / masajiro / items / 6d79205b79483d1ee00a)

When I tried to push to heroku after a long time, I got stuck http://nafuruby.hatenablog.com/entry/2014/10/18/004834

ssh -v heroku

It was an error

Looking at various articles, there is an article that suddenly tries to push to master, but when I followed the procedure of heroku, the following command was missing

$ heroku git:remote -a [your-app-name]
set git remote heroku to ssh://[email protected]/[your-app-name]

Now it's sunny and I can push to master ..... no

error: src refspec master does not match any https://qiita.com/yukari-n/items/e6107fe52772ef6a2df4

Did you get messed up without making a pipeline? Overview of Heroku Pipeline

Let's distinguish whether you are addicted to Torima git or heroku

The grass that suddenly makes a website with the "Heroku creat" command You can also create apps from the heroku site, which is better?

I definitely want to read it together

Easy-to-understand explanation of Python Web application (Django) even for beginners [Project creation] http://qiita.com/carat_yoshizaki/items/f3c79e38b802c7fc8863

Master Django Fastest Part1 https://qiita.com/gragragrao/items/373057783ba8856124f3 Gununu

Recommended Posts

A story that heroku that can be done in 5 minutes actually took 3 days
Text analysis that can be done in 5 minutes [Word Cloud]
[Can be done in 10 minutes] Create a local website quickly with Django
ANTs image registration that can be used in 5 minutes
A mechanism to call a Ruby method from Python that can be done in 200 lines
A record that GAMEBOY could not be done in Python. (PYBOY)
Make a Spinbox that can be displayed in Binary with Tkinter
A timer (ticker) that can be used in the field (can be used anywhere)
Make a Spinbox that can be displayed in HEX with Tkinter
Functions that can be used in for statements
Building Sphinx that can be written in Markdown
I want to create a priority queue that can be updated in Python (2.7)
A personal memo of Pandas related operations that can be used in practice
I made a familiar function that can be used in statistics with Python
Text analysis that can be done in 5 minutes [Word Cloud]
Morphological analysis and tfidf (with test code) that can be done in about 1 minute
The story that sendmail that can be executed in the terminal did not work with cron
Basic algorithms that can be used in competition pros
How to set up a simple SMTP server that can be tested locally in Python
It seems that Skeleton Tracking can be done with RealSense
A story that took time to understand python's argsort (memorial)
A story that stumbled when using pip in a proxy environment
Goroutine (parallel control) that can be used in the field
Goroutine that can be used in the field (errgroup.Group edition)
Scripts that can be used when using bottle in Python
Implement a thread that can be paused by exploiting yield
I investigated the pretreatment that can be done with PyCaret
Let's make a diagram that can be clicked with IPython
Evaluation index that can be specified in GridSearchCV of sklearn
[For beginners] Baseball statistics and PyData that can be remembered in 33 minutes and 4 seconds ~ With Dai-Kang Yang
[Python] Make a graph that can be moved around with Plotly
Easy! Implement a Twitter bot that runs on Heroku in Python
About psd-tools, a library that can process psd files in Python
About character string handling that can be placed in JSON communication
I made a shuffle that can be reset (reverted) with Python
How to deploy a Django app on heroku in just 5 minutes
Make a currency chart that can be moved around with Plotly (2)
Python standard input summary that can be used in competition pro
Create a custom field where enum can be specified in choices
Make a currency chart that can be moved around with Plotly (1)
I wrote a tri-tree that can be used for high-speed dictionary implementation in D language and Python.