Managed environments with pip-tools

A new version of pip-tools was recently released and it brings with it a much cleaner work-flow to manage your Python virtual environments.

Continue reading..
Heroku, Django, Nginx and PgBouncer

I’ve been struggling all weekend to get our Heroku servers set up with Nginx and PgBouncer. The simple part was finding out about Heroku buildpacks, with which you can add extra software to your dynos. The hard part was wading through all the outdated information. Time to blog about my endeavor.

Continue reading..