view bns_website/videos/urls.py @ 97:c3b5b4639a15

Remove unneeded links to jquery assets on the reviews template.
author Brian Neal <bgneal@gmail.com>
date Thu, 29 Dec 2011 14:12:13 -0600
parents a0d3bc630ebd
children
line wrap: on
line source
"""
URLs for the videos application.

"""
from django.conf.urls.defaults import *

urlpatterns = patterns('videos.views',
    url(r'^$', 'index', name='videos'),
)