Mercurial > public > sg101
view gpp/antispam/urls.py @ 533:387d46abcb95
Updated to Haystack 1.2.6. Got the latest Haystack, xapian backend, and
queued_search from PyPi. This is for ticket #215.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 26 Dec 2011 23:05:29 +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'), )