Production-ready PayPal, 2CO and Authorize.Net libraries for Python/Django?
Seems that Python lacks e-commerce solutions compared to PHP and C#. Any production-ready PayPal, 2CO and Authorize.Net libraries for Python/Django?
EDIT:
- http://github.com/johnboxall/开发者_JS百科django-paypal
- http://www.djangosnippets.org/snippets/969/
- E-commerce: http://www.satchmoproject.com/
- http://code.activestate.com/recipes/456361/
- http://code.google.com/p/django-cart/
- http://www.chickenwingsw.com/paypal-on-python
You might look into Satchmo's source code. Satchmo is an open source e-commerce app for Django, and I'm pretty sure that it has support for a variety of payment gateways.
Their payment modules appear to work with at least PayPal and Authorize.Net from the list you gave, among others.
精彩评论