Mercurial > public > bravenewsurf
view bns_website/videos/urls.py @ 82:0e1f1e8db2a5
For issue #6, add caching to production settings.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 25 Nov 2011 20:30:48 -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'), )