slackbuilds_ponce/development/django
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
django.info
django.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.