summaryrefslogtreecommitdiff
path: root/python/python3-django/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2018-05-20 00:18:17 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-20 08:35:10 +0700
commit8dfc7eb9451eede76a5bff8b7437486c474d16e1 (patch)
tree7348dc356374545e124f4b9adc266039026bfe22 /python/python3-django/README
parent20fc033d84c61efd5238e7a5eb7b092badd0a1f1 (diff)
downloadslackbuilds-8dfc7eb9451eede76a5bff8b7437486c474d16e1.tar.gz
python/python3-django: Added (Web framework).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-django/README')
-rw-r--r--python/python3-django/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-django/README b/python/python3-django/README
new file mode 100644
index 0000000000..5d7090a375
--- /dev/null
+++ b/python/python3-django/README
@@ -0,0 +1,4 @@
+Django is a high-level Python Web framework that encourages rapid development
+and clean, pragmatic design. Built by experienced developers, it takes care of
+much of the hassle of Web development, so you can focus on writing your app
+without needing to reinvent the wheel. It’s free and open source.