diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-11-27 02:02:23 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-11-27 02:02:23 +0000 |
commit | 4c98aad15d903e1a83cbba99d9612b1879cc31d7 (patch) | |
tree | 1ffde1139ccd5e4d7a1dfc14c0250dde7897dcf0 /www/Makefile | |
parent | 9da9f7b62268db03de61bf50775c717157d34ce0 (diff) | |
download | ports-4c98aad15d903e1a83cbba99d9612b1879cc31d7.tar.gz ports-4c98aad15d903e1a83cbba99d9612b1879cc31d7.zip |
Flask-Uploads allows your application to flexibly and efficiently handle file
uploading and serving the uploaded files.
WWW: http://pypi.python.org/pypi/Flask-Uploads
PR: ports/151628
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
Notes
Notes:
svn path=/head/; revision=265235
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 12cd52bb827d..64052cee220b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1453,6 +1453,7 @@ SUBDIR += py-fcgi SUBDIR += py-feedfinder SUBDIR += py-flask + SUBDIR += py-flask-uploads SUBDIR += py-flexget SUBDIR += py-flup SUBDIR += py-forgethtml |