pdx
pdx

Reputation: 21

Ecommerce with django in google app engine

Is there any module available for googlecheckout/paypal in django on google app engine? are there any example apps which are doing this?

Upvotes: 2

Views: 1578

Answers (1)

lprsd
lprsd

Reputation: 87145

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

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

And that is made into a pluggable paypal app: http://github.com/johnboxall/django-paypal/tree/master

Upvotes: 3

Related Questions