将 Django 与应用程序引擎和 eclipse 结合使用

发布于 2024-11-28 09:18:46 字数 241 浏览 2 评论 0原文

我们是 Python 世界的新手,希望尽快开始并为应用程序引擎开发一个小型 Web 应用程序。我们使用 Eclipse + Google 插件 + Pydev。

我们也想开始使用 Django 框架,但有两个问题: 1. 我们正在寻找一个好的教程,它能让我们走上 Django + 应用引擎的正确轨道? 2.我们正在寻找一个开发工具,显然Eclipse和Pydev支持Django项目或App引擎项目,但不能同时支持,有没有其他IDE可以解决这个问题?

We are new to the python world and would like to get started a s soon a possible and develop a little web app for app engine. We are using Eclipse + Google plugin + Pydev.

We also would like to start using Django framework and we have two questions:
1. We are looking for a good tutorial which will put us on the right track with Django + app engine?
2. We are looking for a dev tool, apperently Eclipse with Pydev support either Django project or App engine project but not together, is there any other IDE which can solve this problem?

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

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

发布评论

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

评论(2

骑趴 2024-12-05 09:18:46

AppEngine 文档中有一个关于 django 集成的部分,它可能有助于作为入门观点。网络上还有其他几篇关于此主题的文章,只需 google django appengine 即可。

关于 IDE,我建议使用 PyCharm,它不是免费的,但它对 < code>appengine 和 Django(甚至两者一起),是一个很棒的 IDE。

编辑:

这是教程看起来不错,我使用了这个人的另一个教程,使用 Flask 框架创建了一个 appengine 项目,它非常有用。

The AppEngine documentation has a section about django integration, it could be useful as a start point. There are also several other articles around the web about this topic, just google django appengine.

Regarding the IDE, i'd suggest using PyCharm, it's not free, but it has great integration for appengine and Django (even both together), and is a great IDE.

EDIT:

Here is a tutorial that looks nice, i used another tutorial from this guy to create an appengine project using the Flask framework, and it was really useful.

澉约 2024-12-05 09:18:46

正如 @MatToufotu 建议您从 appengine 文档中的 django 集成文档开始。我想说你应该坚持使用 eclipse 和 pydev,因为创建的 django-nonrel 项目只不过是支持 appengine 的纯 django 项目,pydev 可以轻松处理它们......

As @MatToufotu suggested you start with the django integration document in the appengine documentation. I would say you should stick with eclipse and pydev, as django-nonrel project created are nothing but pure django project with support for appengine, pydev can handle both of them with ease........

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