Mercurial > public > sg101
view gpp/legal/urls.py @ 1:dbd703f7d63a
Initial import of sg101 stuff from private repository.
author | gremmie |
---|---|
date | Mon, 06 Apr 2009 02:43:12 +0000 |
parents | |
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'), )