Ecommerce with django in Google engine

Is there any googlecheckout / paypal module in django in google engine? are there any examples of applications that do this?

+2


source to share


1 answer


Example using Paypal with django: http://uswaretech.com/blog/2008/11/using-paypal-with-django/

The same concept expanded into a generic snippet: http://www.djangosnippets.org/snippets/1181/



And this is done in paypal pluggable app: http://github.com/johnboxall/django-paypal/tree/master

+3


source







All Articles