Pregunta

I have looked everywhere for information on how to create a web store in my python app. Can I use google wallet? They seem to have API's for all other languages but python. Is there an API that works with appengine? Does anyone have a link to any tutorials that explain how to embed payment processing in appengine? Is there a good shopping cart API I can use with python?

¿Fue útil?

Solución

Django CMS https://www.django-cms.org/en/e-commerce/ uses Python and App Engine has Django support that you can read about here: https://developers.google.com/appengine/docs/python/cloud-sql/django

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top