wok-6.x diff python-routes/description.txt @ rev 25356

updated tig (2.5.1 -> 2.5.6)
author Hans-G?nter Theisgen
date Wed Jul 27 06:32:16 2022 +0100 (2022-07-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-routes/description.txt	Wed Jul 27 06:32:16 2022 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +Routes is a Python re-implementation of the Rails routes system for mapping
     1.5 +URLs to Controllers/Actions and generating URLs.
     1.6 +Routes makes it easy to create pretty and concise URLs that are RESTful with
     1.7 +little effort.
     1.8 +
     1.9 +Speedy and dynamic URL generation means you get a URL with minimal cruft
    1.10 +(no big dangling query args).
    1.11 +Shortcut features like Named Routes cut down on repetitive typing.