Django
From DocForge
Django is a web application framework for Python. It is licensed under the BSD License.
Features [edit]
- Model-view-controller (MVC) project architecture
- Object-relational mapping
- URL mapping with regular expressions
- Session management
- Template system
- Modular project structure, through what are called "apps", which can be registered with multiple projects

