BLOG
All articles tagged Django
Django 1.0 Template Development Book Review
Packt Publishing was nice enough to send us a copy of Django 1.0 Template Development by Scott Newman for review …
Easy Fabric Deployment, Part 2: Multiple Committers and the Dreaded Umask
In part 1, we showed how we use Fabric to update and deploy Django sites to our development server with …
Easy Fabric Deployment, Part 1: Git/Mercurial and SSH
We’re firm believers in the practices described by the Continuous Integration method of software engineering. Among those are: Maintain a …
Using Django Inside the Tornado Web Server
Inspired by Eric Florenzano’s talk, Using Django in Non-Standard Ways (slides in PDF) at DjangoCon and the announcement of Tornado …
Customizing the Django Admin at EuroDjangoCon 2009
Last month, Lincoln Loop gave a talk at EuroDjangoCon about customizing the Django admin interface. After presenting some of the …
Django Best Practices
This post got a bit long-winded, skip to the project announcment if you prefer. One of the things I love …
Satchmo Screencast
Satchmo is an amazing E-Commerce engine built on top of Django. After struggling in the past with difficult packages like …
Simple & Easy Deployment with Fabric and Virtualenv
In the process of prepping Gondola CMS for public consumption, we’ve grown from having a developer (me), to having a …
On Static Media and Django
We all know not to serve static media (images, CSS, Javascript, etc.) in production directly from Django. Thankfully, Django gives …
Serving Django Projects (Revisited)
After reading the comments on my last post on the subject, I realized there was definitely some room for improvement …