Deep insights from our research and experience

Thumbnail image for Django Round-Up #25

Django Round-Up #25

Featured Django 1.7 Released This is big news. Django 1.7 is a huge release, including database migrations and an app loading refactor (no more empty models.py files!). Lots of other goodies in the release notes . DSF calls for applicants …
Thumbnail image for Django: From Runserver to Reddit Hugs

Django: From Runserver to Reddit Hugs

Last month, I presented High Performance Django: From Runserver to Reddit Hugs at DjangoCon US in Portland. My assertion was that Django, left to its own devices, does not scale. With the right supporting servers, however, it can scale fantastically. …
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 #24

Django Round-Up #24

Featured Django Security Releases New security releases in the 1.4, 1.5, 1.6, and 1.7 branches were made. They address multiple vulnerabilities. Make sure to review the notes to see if you are affected. A thank you to the companies that …
Thumbnail image for A Look At SVG

A Look At SVG

Scalable Vector Graphics (SVG) is a language for describing two-dimensional graphics in XML. These graphics can consist of paths, shapes, and/or text that can be scaled and resized without losing image quality like a bitmap would. While SVG has actually …
Thumbnail image for Introducing Amygdala, a JavaScript REST client

Introducing Amygdala, a JavaScript REST client

We’ve been working on a new UI and front-end architecture for our communication tool, Ginger. In doing so, we built a new JavaScript library to communicate with our django-rest-framework powered API(s). Inspired by hood.ie but aimed at custom API back-ends, …
Thumbnail image for Django Round-Up #23

Django Round-Up #23

Featured Django 1.7 release candidate 2 The 1.7 release is nigh! Lots of awesome improvements coming down the pike. DjangoCon US Schedule Posted The preliminary talk schedule for DjangoCon US was posted recently. It will be back in Portland this …
Thumbnail image for Django Round-Up #22

Django Round-Up #22

Featured Django 1.7 release candidate 1 Django 1.7 is creeping towards an official release. Lots of changes in this one including an app loading refactor and built-in schema migrations. DjangoCon US Call for Proposals The talk proposal deadline for DjangoCon …
Thumbnail image for Django Round-Up #21

Django Round-Up #21

Featured Django Security Releases Django 1.4.13, 1.5.8, 1.6.5 and 1.7 beta 4 were released to address an issue with caches serving private data and URL validation allowing redirects to malformed URLs. These issues likely affect a majority of users and …