diff options
author | Daniel de Kok <danieldk@pobox.com> | 2010-05-11 14:05:51 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:05:51 +0200 |
commit | ef4b7d281739882893d1b4092445fdc6da0dc258 (patch) | |
tree | cd48cd8ca76e2560423bf80388d615e43cc4c8ea /development/django/README | |
parent | 5105316945172c07e54c8c606eda57da9563ec97 (diff) | |
download | slackbuilds-ef4b7d281739882893d1b4092445fdc6da0dc258.tar.gz |
development/django: Initial import
Diffstat (limited to 'development/django/README')
-rw-r--r-- | development/django/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/development/django/README b/development/django/README new file mode 100644 index 0000000000..87c1ab1209 --- /dev/null +++ b/development/django/README @@ -0,0 +1,14 @@ +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. + +This SlackBuild requires the pysetuptools package to compile; a +SlackBuild for this package is available from SlackBuilds.org. + +Although Django can be used without database functionality, it is +especially useful with database support. Various databases are +supported through Python database bindings. For example, sqlite3 +databases are supported when the pysqlite2 package is installed. +Due to the dynamic nature of Python software, database bindings +are not required when Django is built and can be installed later. + |