在 Google 应用引擎中使用 Django 进行电子商务
谷歌应用引擎上的 django 中是否有可用于 googlecheckout/paypal 的模块?有没有任何示例应用程序正在执行此操作?
Is there any module available for googlecheckout/paypal in django on google app engine? are there any example apps which are doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 Paypal 与 django 结合使用的示例: http://uswaretech.com/ blog/2008/11/using-paypal-with-django/
相同的概念被扩展为通用片段: http://www.djangosnippets.org/snippets/1181/
这被制作成可插入的贝宝应用程序:http://github.com/johnboxall/django-paypal/tree/master
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