This app is deployed via Heroku: git push heroku master
git push heroku master
The app can then be accessed via heroku open
heroku open
First, run python manage.py collectstatic. Then run, heroku local web. The app should be accessible on 127.0.0.1:5000/
python manage.py collectstatic
heroku local web