view bns_website/videos/urls.py @ 86:54f616fbd3c5

Merging with default.
author Chris Ridgway <ckridgway@gmail.com>
date Sat, 26 Nov 2011 15:10:44 -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'),
)