Mercurial > public > sg101
view gpp/antispam/urls.py @ 573:bcc4e8cf841b
For Django 1.4, update to newer versions of cache_page usage.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 02 May 2012 21:00:12 -0500 |
parents | 8c1832b9d815 |
children | ddd69a8e07c7 |
line wrap: on
line source
"""URLs for the antispam application.""" from django.conf.urls.defaults import * urlpatterns = patterns('antispam.views', url(r'^suspended/$', 'suspended', name='antispam-suspended'), )