view bns_website/videos/urls.py @ 95:1b5def90f5bf

Created a feedback page with Disqus comments.
author Brian Neal <bgneal@gmail.com>
date Wed, 14 Dec 2011 19:52:32 -0600 (2011-12-15)
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'),
)