django-blog-heroku Demo app for article How to Deploy a Django Application on Heroku? Installation git clone [email protected]:barbossa/django-heroku-blog.git cd django-heroku-blog python3 -m venv venv source venv/bin/activate pip install -r requirements.txt heroku local web