Django: Python web framework

Django is a high-level Python Web Framework that encourages rapid development and clean, pragmatic design. It is known for it’s extensive documentation. Django is Open Source Software (BSD license).
This entry was posted in code, Development and tagged Django, python, rapid development.

Comments
I found using web2py (http://web2py.com/) very easy and powerful at the same time. It is also open source and licensed under LGPLv3. I tried Django too, but didn’t get that in love with it.
I’m a long time user of Django and recently I switched to Flask and I haven’t looked back.
Why the post on Django, as if it is something new? There are at least a dozen Python application frameworks out there, just Google or Wikipedia “WSGI”.