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 …

Peter Baumgartner

Peter Baumgartner October 17, 2024

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 …

Peter Baumgartner

Peter Baumgartner October 17, 2024

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 …

Peter Baumgartner

Peter Baumgartner October 17, 2024

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 …

Yann Malet

Yann Malet October 17, 2024

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 …

Peter Baumgartner

Peter Baumgartner October 17, 2024

Django Best Practices

This post got a bit long-winded, skip to the project announcment if you prefer. One of the things I love …

Peter Baumgartner

Peter Baumgartner October 17, 2024

Satchmo Screencast

Satchmo is an amazing E-Commerce engine built on top of Django. After struggling in the past with difficult packages like …

Peter Baumgartner

Peter Baumgartner October 17, 2024

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 …

Peter Baumgartner

Peter Baumgartner October 17, 2024

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 …

Peter Baumgartner

Peter Baumgartner October 17, 2024

Serving Django Projects (Revisited)

After reading the comments on my last post on the subject, I realized there was definitely some room for improvement …

Peter Baumgartner

Peter Baumgartner October 17, 2024