All articles tagged Django

Thumbnail image for High Performance Django: Shipped

High Performance Django: Shipped

I’m excited to announce that our book, High Performance Django is officially complete. You can buy a copy at highperformancedjango.com now. Thank You Writing the book was hard work and there were definitely times where the challenge felt insurmountable. I …
Thumbnail image for Django Round-Up

Django Round-Up

For a while now we’ve sent out a regular newsletter called the Django Round-Up, a collection of recent links, packages, and jobs in the Django community, curated by Pete Baumgartner. It’s a great resource for keeping up with the Django …
Thumbnail image for A Djangonaut Building a Webapp in Go with Gorilla

A Djangonaut Building a Webapp in Go with Gorilla

At Lincoln Loop, we have been building large web applications using Django since 2007. Recently, however, we have recently started using Go as a critical network component of Botbot.me. Reading others’ successes stories about replacing some existing components of their …
Thumbnail image for Introducing Salmon

Introducing Salmon

Over the years, I’ve used a lot of server monitoring systems. Big enterprisey ones like Zabbix, Zenoss, and Hyperic, smaller ones like munin and monit, stuff in the middle like Graphite, and hosted solutions like New Relic. Throughout the search, …
Thumbnail image for Django Settings Parity: You're Doing It Wrong

Django Settings Parity: You're Doing It Wrong

A common paradigm in Django is to create different settings files for different environments (local, production, staging, etc.). Everyone has their own opinion on how to set these up (see ours here), that’s not what this post is about. Instead, …
Thumbnail image for Introduction to Django Selenium Testing

Introduction to Django Selenium Testing

If you’ve never heard of Selenium, put simply, it’s a tool that allows you to create tests that are run in the browser and interact with your UI in the same way as if you were manually testing your website …
Thumbnail image for Load Testing with JMeter: Part 3 - Replaying Apache Logs

Load Testing with JMeter: Part 3 - Replaying Apache Logs

Part 1 | “Part 2”/blog/2011/oct/12/load-testing-jmeter-part-2-headless-testing-and-je/ | Part 3 A while ago, I wrote a couple of blog entries about load testing with JMeter. I promised a third entry covering how to use JMeter to replay Apache logs and roughly recreate …
Thumbnail image for Backbone.js for Django Developers

Backbone.js for Django Developers

Our new product Ginger relies heavily on Backbone.js for most of the client-side functionality (you can read about our full web-stack here). Our JavaScript guru Marco built the initial prototype and then was pulled away by client work. I reluctantly …