Files @ f7e45da6ddc8
Branch filter:

Location: website/www/conservancy/apps/summit_registration/urls.py

bkuhn
Adapted Django application stuff for Conservancy; and normalized to string
"conservancy" within code and templates.
1
2
3
4
5
from django.conf.urls.defaults import *

urlpatterns = patterns('conservancy.apps.summit_registration.views',
   (r'^/?$', 'register'),
)