Mercurial > public > sg101
diff gpp/urls.py @ 35:f77a1cdd7a46
Donations: first cut at a donations view and a form built for paypal.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 07 Jun 2009 00:22:50 +0000 |
parents | aa2b41c5212b |
children | 48b221d304c6 |
line wrap: on
line diff
--- a/gpp/urls.py Thu Jun 04 02:22:55 2009 +0000 +++ b/gpp/urls.py Sun Jun 07 00:22:50 2009 +0000 @@ -17,6 +17,7 @@ (r'^calendar/', include('gcalendar.urls')), (r'^comments/', include('comments.urls')), (r'^contact/', include('contact.urls')), + (r'^donations/', include('donations.urls')), (r'^downloads/', include('downloads.urls')), url(r'^feeds/(?P<url>.*)/$', 'django.contrib.syndication.views.feed',