This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Deploy Django App to Heroku | |
```sh | |
pip install dj-database-url gunicorn whitenoise | |
``` | |
``` | |
sh pip freeze > requirements.txt | |
``` | |
+ add `psycopg2==2.6.2` at the end in `requirements.txt`) | |
+ Create Procfile file for Heroku and add: |