Skip to content

Instantly share code, notes, and snippets.

View lena-A-Al's full-sized avatar

Coder lena-A-Al

View GitHub Profile
@lena-A-Al
lena-A-Al / python_heroku.MD
Created May 13, 2022 02:31 — 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