Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top