wok diff python-pastedeploy/description.txt @ rev 25817
Update kernel config for support mmc tablet
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Mar 03 12:26:15 2025 +0100 (3 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-pastedeploy/description.txt Mon Mar 03 12:26:15 2025 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +This tool provides code to load WSGI applications and servers from URIs. 1.5 +These URIs can refer to Python eggs for INI-style configuration files. 1.6 +Paste Script provides commands to serve applications based on this 1.7 +configuration file.