Mercurial > public > bravenewsurf
view bns_website/videos/urls.py @ 100:92ddbb35bb86
Update requirements.txt for Django 1.3.2.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 04 Aug 2012 13:07:03 -0500 |
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'), )