<p>We all know not to serve static media (images,</p><p>CSS</p><p>, Javascript, etc.) in production directly from Django. Thankfully, Django gives us some nice settings like</p><p>MEDIA</p><p>_URL</p><p>and</p><p>MEDIA</p><p>_ROOT</p><p>to make serving them a lot less painless. Lately, …</p>
<p>After reading the comments on</p><p>my last post on the subject</p><p>, I realized there was definitely some room for improvement in my strategy. This is take two of the original post.</p><p>Problems</p><p>My original strategy had a couple of …</p>
<p>Gondola is our content management system built on top of Django. I briefly showed it off during</p><p>my DjangoCon Lightning Talk</p><p>, but have been wanting to give it a proper screencast for a while. Here’s an introduction:</p><p>A few …</p>
<p>DjangoCon</p><p>was an amazing conference all around. I met some great people and learned a lot. I also had the opportunity to get up on stage and present some of the things I’ve been working on here. I was really …</p>
<p>This article is outdated, you’ll find an</p><p>updated article here</p><p>.</p><p>A friend is in the process of setting up a new slice at everbody’s favorite</p><p>VPS</p><p>provider</p><p>Slicehost</p><p>and asked for some advice. I use MySQL, Nginx & Apache/mod_wsgi …</p>
<p>All the recent</p><p>hub</p><p>bub</p><p>about 1 week and 1 day application development, motivated me to see how quickly I could launch a website for myself. I, like many developers, struggle with building and releasing personal sites. Ask a web …</p>
<p>Lincoln Loop has been in “head down” mode for the last couple months. In addition to being knee deep in client projects, we have grown from a one-man development studio to a full-fledged Django development shop/consultancy. We are proud to …</p>
<p>Lately, we’ve been taking over projects from people who began building their first site in Django, but either got in over their head or just found they didn’t have the time to continue. As I review the existing code, the …</p>
<p>For those of you that have been hiding under a rock for the last 12 hours,</p><p>App Engine</p><p>is Google’s answer to</p><p>Amazon Web Services</p><p>. While it is less flexible in some senses (you don’t have a complete OS …</p>