diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-05 04:58:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-05 06:47:42 +0700 |
commit | dbb797aa873ce96f3d106a0e53679c3341f4492a (patch) | |
tree | 91d479ba0618eb4b6c1c24e44ae7e291af4e274b /development/django/README | |
parent | 00a0ee8f79b5a1a49ca49f7f385d4aceced9f1ee (diff) | |
download | slackbuilds-dbb797aa873ce96f3d106a0e53679c3341f4492a.tar.gz |
development/django: Removed (replaced with python-django).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/django/README')
-rw-r--r-- | development/django/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/development/django/README b/development/django/README deleted file mode 100644 index 270c05d9d1..0000000000 --- a/development/django/README +++ /dev/null @@ -1,9 +0,0 @@ -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. |