Mercurial > public > sg101
view gpp/legal/urls.py @ 34:d5d7e510ecd7
Donations: created a DonationManager that can retrieve monthly stats.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 04 Jun 2009 02:22:55 +0000 |
parents | dbd703f7d63a |
children |
line wrap: on
line source
"""urls for the legal application""" from django.conf.urls.defaults import * urlpatterns = patterns('legal.views', (r'^policy/(\w+)/$', 'view'), )