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

link|improve this question
There's github.com/johnboxall/django-paypal, though I'm not sure if that works with GAE. – Dominic Rodger Oct 23 '09 at 7:49
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.