Mercurial > public > bravenewsurf
log bns_website/videos/admin.py @ 108:9ca05ec9b64e tip
age | author | description |
---|---|---|
Sat, 19 Nov 2011 14:47:17 -0600 | Brian Neal | Put in an import dance for Python 2.5. Apparently cgi.parse_qs was copied to urlparse in Python 2.6. So look for it first in urlparse, and if not found, try cgi. |
Sat, 19 Nov 2011 14:19:00 -0600 | Brian Neal | For issue #8, create a videos application to randomize videos in the playlist. |