diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-05-20 00:18:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-20 08:35:10 +0700 |
commit | 8dfc7eb9451eede76a5bff8b7437486c474d16e1 (patch) | |
tree | 7348dc356374545e124f4b9adc266039026bfe22 /python/python3-django/slack-desc | |
parent | 20fc033d84c61efd5238e7a5eb7b092badd0a1f1 (diff) |
python/python3-django: Added (Web framework).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-django/slack-desc')
-rw-r--r-- | python/python3-django/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-django/slack-desc b/python/python3-django/slack-desc new file mode 100644 index 000000000000..c5a31cc27a8f --- /dev/null +++ b/python/python3-django/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-django: python3-django (The Web framework for perfectionists with deadlines) +python3-django: +python3-django: Django is a high-level Python Web framework that encourages rapid +python3-django: development and clean, pragmatic design. Built by experienced +python3-django: developers, it takes care of much of the hassle of Web development, +python3-django: so you can focus on writing your app without needing to reinvent the +python3-django: wheel. It’s free and open source. +python3-django: +python3-django: Homepage: https://www.djangoproject.com/ +python3-django: +python3-django: |