Skip to content

Instantly share code, notes, and snippets.

View tamecalm's full-sized avatar
💭
📖 Learning

Calm tamecalm

💭
📖 Learning
  • Nigeria
  • 22:43 (UTC -12:00)
View GitHub Profile
@tamecalm
tamecalm / python_heroku.MD
Created August 16, 2019 19:19 — forked from bradtraversy/python_heroku.MD
Python & Postgres Heroku Deployment

Python Heroku Deployment

Steps to create a postgres database and deply a Python app to Heroku

Install guinicorn locally

pipenv install gunicorn
or
pip install gunicorn
@tamecalm
tamecalm / python_heroku.MD
Created August 16, 2019 17:36 — forked from igorkruglyak/python_heroku.MD
Python & Postgres Heroku Deployment

Python Heroku Deployment

Steps to create a postgres database and deply a Python app to Heroku

Install guinicorn locally

pipenv install gunicorn
or
pip install gunicorn