aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-appmedia
Commit message (Collapse)AuthorAgeFilesLines
* www/py-django-appmedia: convert to USES=pythonRuslan Makhmatkhanov2014-10-182-6/+4
| | | | | | | | | | | | | | | | - convert to USES=python - limit python version to 2.x: """ File "/usr/local/lib/python3.4/site-packages/appmedia/views.py", line 67 print osp.join(media_dir, path) ^ SyntaxError: invalid syntax """ Approved by: portmgr (blanket) Notes: svn path=/head/; revision=371156
* - Convert to PYDISTUTILS_AUTOPLISTMartin Wilke2014-01-292-47/+3
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=341750
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Support for serving static media from within django app directoriesSylvio Cesar Teixeira2011-03-044-0/+73
WWW: http://github.com/divio/django-appmedia PR: ports/155273 Submitted by: Kurt Lidl <kurt.lidl@cello.com> Notes: svn path=/head/; revision=270319