When the paypal sandbox purchase is complete, it redirects to: http://mysite.com/payment/paypal/success/
But I get an error as though its not loading in the paypal urls. I didn't think I needed to include these in urls.py myself, do I? Using the URLconf defined in example.urls, Django tried these URL patterns, in this order: ^cart/$ ^checkout/$ ^discounts/$ ^confirmation/$ ^order/success/$ ^order/payment_failure/$ ^order/new/$ ^payment/postfinance/ipn/$ ^payment/paypal/ipn/$ ^admin/ ^nexus/ ^favicon\.ico$ ^robots\.txt$ ^grappelli/ ^test/ ^sentry/ ^thanks-payment/ ^about/$ ^$ ^products/$ ^products/(?P<object_id>\d+)/$ ^reporting/ ^media/sys/feincms/(?P<path>.*)$ ^media/(?P<path>.*)$ ^admin_media/(?P<path>.*)$ The current URL, payment/paypal/success/, didn't match any of these. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
