Deploy Notes

Last Updated: Apr 4, 2021 17:16 Notes for Deploying Heroku, Digital Ocean, Python Anywhere

Heroku

 ERROR: No matching distribution found for pkg-resources==0.0.0 (from -r /tmp/build_49c34ce3/requirements.txt (line 32))

Q. Why does this randomly show up in my requirements with my pip freeze? weird. Solution: just removed and it fixed the problem.

- Multiple Buildpacks with Heroku

https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app

- LogDNA with Heroku

- CI/CD Pipeline with Heroku

Roll Your Own

- Webpack + Django (Sept 2020) : https://www.valentinog.com/blog/webpack-django/