Django

Domains: Python

Django — is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Django — is free and open source.

  • takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel.
  • comes with an object-relational mapper in which you describe your database layout in Python code.
  • encourages beautiful URL design and doesn’t put any cruft in URLs, like .php or .asp.

Django — Structure map

Clickable & Draggable!

Django — Related pages: