Appegine 上的 Django 和教程
我是 Django 和 Appengine 的新手。我发现Google Appengine支持Django 1.2版本。这是否意味着 Django 1.2 附带安装了 Google Appengine SDK? 或者我们应该安装 djangoappengine
任何关于在 Appengine 上运行 Django 的指示、经验和教程都值得赞赏。
提前致谢。
I am new to Django and Appengine. I found that Django 1.2 version is supported by Google Appengine. Does it mean that Django 1.2 comes with the installation of Google Appengine SDK?
Or should we install djangoappengine
Any pointers, experiences and tutorials on running Django on Appengine is appreciated.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为 djangoappengine 将是一个好的开始。这似乎是一个活跃的项目。另请注意,自 2011 年 10 月起,Google 提供 SQL 后端,因此无论您需要 SQL 还是 NoSQL ,您应该能够使用 Django。
一般说明:如果您对 Django 和 GAE 都不熟悉,您可能应该从在运行 Django 附带的开发服务器的本地计算机上学习 Django 开始。一旦你熟悉了 Django 的一般工作原理,你就可以深入研究 GAE 等。
I think djangoappengine would be a good start. It seems like an active project. Please also note that Google offers SQL backend as of October 2011 so whether you need SQL or NoSQL, you should be able to use Django for it.
General note: If you are new to both Django and GAE, you probably should start with learning Django on your local computer running a development server that comes with it. Once you get familiar with how Django works in general you can dig into GAE etc.
您可以尝试 django-nonrel,我们专业地使用它,并且它在 App Engine 上运行良好。
You can try django-nonrel, we use it professionally and it works well on App Engine.
您可能只想从这个教程开始,因为这是官方推荐的方式用于应用程序引擎上的 Django 项目。
请注意,之前有一些黑客和补丁,但目前这些已被弃用,上面的教程应该足以让您入门。
You may just want to start with this tutorial as it is the official and recommended way for Django project on app engine.
Note that previously there some hacks and patches, but at the moment those are deprecated and above tutorial should be just enough to get you started.