Deep insights from our research and experience
Managing Django Projects on Your Server with Style
This article is outdated, you’ll find an updated article here. A friend is in the process of setting up a …
Building a Community Site with Django in 40 Hours or Less
All the recent hub bub about 1 week and 1 day application development, motivated me to see how quickly I …
Django Newforms Admin Merged to Trunk
This was a huge feat. Congrats guys! 1.0 here we come.
Django for Hire
Lincoln Loop has been in “head down” mode for the last couple months. In addition to being knee deep in …
Getting RequestContext in Your Templates
Lately, we’ve been taking over projects from people who began building their first site in Django, but either got in …
Google App Engine First Impressions
For those of you that have been hiding under a rock for the last 12 hours, App Engine is Google’s …
Reusable Django Apps and Forking
One of the things that drew me towards Django was the idea of being able to create reusable applications that …
Serving Django via CherryPy
Download django-cpserver Now at GitHub Background A few months ago, I got sick of trying to deploy Django sites on …
Django FormMail Clone
Here’s a little nugget I just posted to Django Snippets. It emulates the behavior of an old Perl script I …
Better Use of Newforms
The newforms library is a huge time-saver, but when I first started using it, I still found myself writing tedious …