summaryrefslogtreecommitdiffstats
path: root/development/django/README
blob: 270c05d9d15719c9f21e4a2bcac70301fcb95ea7 (plain)
1
2
3
4
5
6
7
8
9
Django is a high-level Python web framework that encourages rapid
development and clean, pragmatic design.  It includes a template
engine, and an object-relational mapper.

Although Django can be used without database functionality, it is
especially useful with database support.  Various databases are
supported through Python database bindings.  Due to the dynamic
nature of Python software, database bindings  are not required
when Django is built and can be installed later.