website/www/conservancy/apps/summit_registration/urls.py
Bradley M. Kuhn f7e45da6dd Adapted Django application stuff for Conservancy; and normalized to string
"conservancy" within code and templates.
2010-09-26 17:54:29 -04:00

5 lines
138 B
Python

from django.conf.urls.defaults import *
urlpatterns = patterns('conservancy.apps.summit_registration.views',
(r'^/?$', 'register'),
)