关于 Django 和 Google Apps 的问题

发布于 2024-09-29 00:36:29 字数 295 浏览 5 评论 0原文

只是想知道,是否可以将 Django 与 Google Apps API 一起使用?我有一个使用 Google Apps 教育版的小型组织。我正在考虑使用 Django 创建一个小型 Intranet,如果他们登录时看到的第一页有一些带有电子邮件、日历,也许还有文档的小部件,我会很高兴。我查看了一些 api,似乎可以使用 gdata 库获取数据;但是当我研究使用 Django 时,所有搜索结果都返回有关在应用程序引擎上运行 Django 的页面,而不是有关 Google Apps 的页面。只是寻找一些指导,如果有人知道有人完成此操作的页面或教程。

谢谢!

Just wondering about this, is it possible to use Django with the Google Apps API's? I have a small organization that uses Google Apps Education Edition. I was thinking about making a small intranet using Django, and I would love if the first page they saw when they logged in had a few widgets with their email, calendar, maybe docs. I looked over some of the api's, and it seemed that getting the data was possible using the gdata library; but when I looked into using Django, all the search results returned pages about running Django on the app engine, nothing about Google Apps. Just looking for a little guidance, if anyone knew a page or a tutorial where someone had done this.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

与风相奔跑 2024-10-06 00:36:30

是的,这是可能的。这不是一个特别关于 Django 和 GAE 的问题;而是一个关于 Django 和 GAE 的问题。您可能会更幸运地搜索有关使用 Django 和通用 Web API 的教程。

这是我几乎立即找到的一个;它使用del.icio.us API,但想法是相同的。

Yes, it is possible. This is not a question about Django and GAE in particular; you may have more luck searching for tutorials on using Django with generic web APIs.

Here's one I found almost immediately; it uses the del.icio.us API but the idea is the same.

箜明 2024-10-06 00:36:30

是的。请参阅此帮助主题

Yes, it is. See this help topic.

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