slackbuilds_ponce/development/django/README

10 lines
479 B
Text
Raw Normal View History

Django is a high-level Python web framework that encourages rapid
2010-05-11 14:05:51 +02:00
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.