root/plesonet_captcha/trunk/urls.py

Revision 1, 263 bytes (checked in by 235, 4 years ago)

re-comminting after curios incident with same filenames in upper and lower case`

Line 
1# Copyright (c) 2007 Brandon Low
2# Licensed under the GPL v2
3from django.conf.urls.defaults import * #IGNORE:W0614 - need to import everything, django Ticket #5350
4from views import captcha_image
5
6urlpatterns = patterns('', (r'^(?P<id>[0-9]+)/$', captcha_image))
Note: See TracBrowser for help on using the browser.