Want to have a site with PayPal integration using Django with no fuss? That is just django-paypal’s game. I’ll show you how to integrate with Website Payments Standard in a jiffy. pip install django-paypal You are using pip, right? If not: apt-get install python-setuptools easy_install pip Whew! Thats better. Let’s fix up your settings.py: PAYPAL_RECEIVER_EMAIL [...]

