Existe-t-il un module disponible pour googlecheckout/paypal dans django sur google app engine? existe-t-il des exemples d'applications qui le font?Ecommerce avec django dans google app engine
2
A
Répondre
3
Exemple d'utilisation de Paypal avec django: http://uswaretech.com/blog/2008/11/using-paypal-with-django/
Le même concept est développé dans un extrait générique: http://www.djangosnippets.org/snippets/1181/
Et qui est fait dans une application connectable paypal: http://github.com/johnboxall/django-paypal/tree/master
Il y a http: // github.com/johnboxall/django-paypal, même si je ne suis pas sûr si cela fonctionne avec GAE. –