summaryrefslogtreecommitdiffstats
path: root/development/django/README
diff options
context:
space:
mode:
author Daniel de Kok2010-05-11 19:44:15 +0200
committer Robby Workman2010-05-11 19:44:15 +0200
commitbd49d44573094145d005f3e7d126b69c38234c9e (patch)
tree50b8c0e2b9f280bab3b19d85e07d49b37aa7bb44 /development/django/README
parent7c8c4e323dc1305c88496f4fca6af5d26141b9bd (diff)
downloadslackbuilds-bd49d44573094145d005f3e7d126b69c38234c9e.tar.gz
development/django: Updated for version 0.96
Diffstat (limited to 'development/django/README')
-rw-r--r--development/django/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/development/django/README b/development/django/README
index 87c1ab1209..372f4f0c04 100644
--- a/development/django/README
+++ b/development/django/README
@@ -2,13 +2,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.
-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.
-