Django is a web framework in Python, developed at Lawrence Journal-World.
Django features a complete administration database, that you can even customize. As it was created to suit a newspaper website, it is a great solution for CMS-like applications.
Resources:
- My comparion with Rails
- Django Pluggables – a list of reusable Django applications.
- Django Snippets – a useful resource for small snippets that you will probably need. (My Snippets!)
- Django People – a community for Django programmers.
- Django for a non-programmer
- Django 101 – learn django by writing a cookbook application.