summaryrefslogtreecommitdiffstats
path: root/development/django/README
diff options
context:
space:
mode:
author Carlos Corbacho2010-05-13 00:24:27 +0200
committer Heinz Wiesinger2010-05-13 00:24:27 +0200
commit7a3c2ba4027952391b23b8fabf76ac401ea85cc6 (patch)
treeafdc80850c043daf8ae33c3eb2b8bf140e738974 /development/django/README
parent787a12d13d890b1fb08a59a7d2d6a049d21acd8a (diff)
downloadslackbuilds-7a3c2ba4027952391b23b8fabf76ac401ea85cc6.tar.gz
development/django: Updated for version 1.1.1
Diffstat (limited to 'development/django/README')
-rw-r--r--development/django/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/development/django/README b/development/django/README
index 372f4f0c04..270c05d9d1 100644
--- a/development/django/README
+++ b/development/django/README
@@ -1,10 +1,9 @@
-Django is a high-level Python web framework that encourages rapid
+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. 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.
+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.