Mercurial > public > bravenewsurf
view bns_website/videos/urls.py @ 80:a6f150d0ab9d
Merged with r78.
author | Chris Ridgway <ckridgway@gmail.com> |
---|---|
date | Fri, 25 Nov 2011 19:31:00 -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'), )