Mercurial > public > bravenewsurf
view bns_website/videos/urls.py @ 77:ee3ab2585dc0
Put a reverse gradient on the footer to match the top navbar.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 23 Nov 2011 21:43:17 -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'), )