Mercurial > public > sg101
view gpp/antispam/urls.py @ 450:acc129bfd0d3
Adding google verification file.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 26 Jun 2011 00:15:36 +0000 |
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'), )