简体   繁体   English

有关Django和Google Apps的问题

[英]A question about Django and Google Apps

Just wondering about this, is it possible to use Django with the Google Apps API's? 只是想知道,是否可以将Django与Google Apps API一起使用? I have a small organization that uses Google Apps Education Edition. 我有一个使用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. 我当时正在考虑使用Django创建小型Intranet,并且希望他们登录时看到的第一页上有一些带有电子邮件,日历或文档的小部件。 I looked over some of the api's, and it seemed that getting the data was possible using the gdata library; 我查看了一些api,似乎可以使用gdata库获取数据。 but when I looked into using Django, all the search results returned pages about running Django on the app engine, nothing about Google Apps. 但是当我考虑使用Django时,所有搜索结果都返回了有关在应用程序引擎上运行Django的页面,而与Google Apps无关。 Just looking for a little guidance, if anyone knew a page or a tutorial where someone had done this. 如果有人知道做某事的页面或教程,则只需要寻找一些指导即可。

Thanks! 谢谢!

Yes, it is possible. 对的,这是可能的。 This is not a question about Django and GAE in particular; 尤其是关于Django和GAE的问题。 you may have more luck searching for tutorials on using Django with generic web APIs. 您可能会更幸运地搜索有关将Django与通用Web API结合使用的教程。

Here's one I found almost immediately; 这是我几乎立即发现的; it uses the del.icio.us API but the idea is the same. 它使用del.icio.us API,但想法是相同的。

Yes, it is. 是的。 See this help topic . 请参阅此帮助主题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM