Is there any module available for googlecheckout/paypal in django on google app engine? are there any example开发者_StackOverflow apps which are doing this?
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
精彩评论