diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:15:10 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | d09634970725df891404f641173d91d7c07b98e9 (patch) | |
tree | 020381dbc6b7c92442f6386653961e9a010eadff /python/python3-django | |
parent | 0bc9c21eea2252ad0a54caa4609d0381a8cdf536 (diff) |
python/python3-django: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python3-django')
-rw-r--r-- | python/python3-django/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/python3-django/README b/python/python3-django/README index 5d7090a375f51..8749f200607cc 100644 --- a/python/python3-django/README +++ b/python/python3-django/README @@ -1,4 +1,5 @@ -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. +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. |