wok-6.x view python-routes/description.txt @ rev 25399
updated vim and vim-tiny (8.2.0664 -> 9.0.0133)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Aug 02 14:18:25 2022 +0100 (2022-08-02) |
parents | |
children |
line source
1 Routes is a Python re-implementation of the Rails routes system for mapping
2 URLs to Controllers/Actions and generating URLs.
3 Routes makes it easy to create pretty and concise URLs that are RESTful with
4 little effort.
6 Speedy and dynamic URL generation means you get a URL with minimal cruft
7 (no big dangling query args).
8 Shortcut features like Named Routes cut down on repetitive typing.