Deep insights from our research and experience

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 June 22, 2009

Highlighting Named Anchors with jQuery

I’ve always disliked the way named anchors (<a href="#name">...</a>) behave in browsers. It jumps your viewport to a different part …

Peter Baumgartner

Peter Baumgartner April 17, 2009

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 April 9, 2009

Open Source Government

While browsing the source code of President Obama’s latest web initiative, recovery.org, I noticed something of interest. <script type="text/javascript"><!--//--><![CDATA[//><!--jQuery.extend(Drupal.settings, { …

Peter Baumgartner

Peter Baumgartner Feb. 19, 2009

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 Dec. 23, 2008

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 Dec. 7, 2008

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 Nov. 13, 2008

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 Sept. 22, 2008

Introduction to Gondola

Gondola is our content management system built on top of Django. I briefly showed it off during my DjangoCon Lightning …

Peter Baumgartner

Peter Baumgartner Sept. 19, 2008

My Lightning Talk from DjangoCon 2008

DjangoCon was an amazing conference all around. I met some great people and learned a lot. I also had the …

Peter Baumgartner

Peter Baumgartner Sept. 18, 2008