view gpp/antispam/urls.py @ 521:dd14ab08a9c4

Use a case-insensitive sort for the who's online list. Clarify the max users statistic wording.
author Brian Neal <bgneal@gmail.com>
date Sat, 17 Dec 2011 23:43:00 +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'),
)