关于 Django 和 Google Apps 的问题
只是想知道,是否可以将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这是可能的。这不是一个特别关于 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.
是的。请参阅此帮助主题。
Yes, it is. See this help topic.