Django & PayPal integration

GS. picture GS. · Apr 26, 2010 · Viewed 23.1k times · Source

I am designing a website in Python (using Django), and I need to sell things through it.

Can somebody help me with the source code to integrate the paypal-pro (do-direct payment) or else paypal-standard (express checkout)?

Answer

Dominic Rodger picture Dominic Rodger · Apr 26, 2010

You might want to try django-paypal, there's even a tutorial right there on the front page.