from django.conf.urls.defaults import * urlpatterns = patterns( "regluit.payment.views", url(r"^testpledge", "testPledge"), url(r"^testauthorize", "testAuthorize"), url(r"^testexecute", "testExecute"), url(r"^querycampaign", "queryCampaign"), url(r"^paypalipn", "paypalIPN") )