view gpp/antispam/urls.py @ 341:871a54546808

Created a social side block so we can remove the obtrusive twitter bulletin.
author Brian Neal <bgneal@gmail.com>
date Sun, 27 Feb 2011 01:03:17 +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'),
)