All Over Django

Django is an open source web application framework written in Python that loosely follows the MVC design pattern. Django's primary goal is to ease the creation of complex, database-driven websites. Django emphasizes reusability and "pluggability" of components, rapid development, and the principle of DRY (Don't Repeat Yourself).

Python is used throughout, including settings files and data models. Django also provides an optional administrative "CRUD" interface that is generated dynamically and configured entirely through data-model definitions. [more]

Django articles
  •