slackbuilds_ponce/development/django
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
django.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
django.SlackBuild development/django: Updated for version 1.3.1. 2011-11-04 22:02:25 -02:00
README development/django: Updated for version 1.1.1 2010-05-13 00:24:27 +02:00
slack-desc Fix files with no newline at the end. 2012-05-21 20:01:58 -04: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.