25 Jul 2011 Note: This article was originally published in the September 2008 edition of Python Magazine. It is published here edited only for formatting. Django is a full-stack web framework based in Python that allows you to achieve fast turnaround times. "Full-stack web framework" basically means it comes with tools necessary to access information in your database(s), report that information back to the user and many of the other functions you need on an everyday basis when dealing with we...