Tag paypal
The Uswaretech Blog: Using Paypal with Django
A great article on using PayPal within Django. Currently for WhisperGifts I create an encrypted button, however this means the users' end-point is the PayPal website. Using the snippets linked to from this article, the user sees PayPal as a single step and the final end-point is on your own website, giving you more control over the checkout process.
http://uswaretech.com/blog/2008/11/using-paypal-with-django/Paypal with Django at From Accessibility to Zope
Useful python code sample that shows how to easily use M2crypto to encrypt Paypal web payment buttons.
http://blog.mauveweb.co.uk/2007/10/10/paypal-with-django/HOWTO: Programming S/MIME in Python with M2Crypto
An example of using S/MIME in Python's M2Crypto to sign & encrypt data - as you may do to send encrypted payments to PayPal.
http://svn.osafoundation.org/m2crypto/trunk/doc/howto.smime.html