Skip to content

Instantly share code, notes, and snippets.

View bruno-caldas's full-sized avatar

Bruno Caldas bruno-caldas

  • Nubank
View GitHub Profile
@omushpapa
omushpapa / directions.md
Last active August 12, 2022 21:54
Deploy Django App on Heroku

Requirements

Run pip install pipenv to install pipenv

Run pipenv shell to create an environment, if does not exist, and activate it.

Run pipenv install python_decouple whitenoise dj_database_url Pillow gunicorn May take a while.

This should create two files: Pipfile and Pipfile.lock. Keep them in the project root.