在 Google 应用引擎中使用 Django 进行电子商务

发布于 2024-08-08 05:12:26 字数 76 浏览 0 评论 0原文

谷歌应用引擎上的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无戏配角 2024-08-15 05:12:26

将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文