姜戈 vs GAE +姜戈 vs GAE +其他框架
我正在寻找哪一种更适合构建 Web 应用程序(网站)的意见。 我有一些使用 Django 的经验,还有一些使用 Google App Engine 和 App-Engine-Patch 的经验 为了姜戈。在我看来,只有 Django 比 GAE 实现运行得更快。 是否有其他一些框架可以简化开发过程,提供表单创建, 用户管理、网址解析等。
提前致谢, 伊利安·
伊利耶夫我对GAE和webapp框架案例也感兴趣
I`m looking for opinion which one is better for building web applications(web sites).
I have some experience with Django, and some with Google App Engine and App-Engine-Patch
for Django. And it seems to me that only Django is working faster than the GAE implementation.
Is there some other frameworks that simplify the developments process, providing forms creating,
user management, url resolving etc.
Thanks in advance,
Ilian Iliev
P.S. I am also interested in GAE and webapp framework case
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
app-engine-patch 和 google-app-engine-django 已经死了。
只需使用 django-nonrel 即可。它允许您将 Django-1.2(开发版本)与 App Engine(或 NoSQL 数据库,如 couchdb)一起使用,但具有一些与查询相关的限制。
app-engine-patch and google-app-engine-django are dead.
Just use django-nonrel. It allows you to use Django-1.2 (development version) with some query-related limitations with App Engine (or with NoSQL databases such as couchdb).
如果您有使用 Django 的经验,我会坚持使用 Django。与跳到全新的事物相比,你会进步得更快。
如果您发现 GAE 难以使用,请尝试 Django 友好的主机:Webfaction 在Django 社区,并且(据我所知)他们似乎使网站的设置变得非常简单。然后你就可以抛开 GAE 的怪癖,专注于提高你的 Django 技能。
If you have experience with Django, I would stick with Django. You'll improve quicker than you would by jumping to something entirely new.
If you are finding GAE difficult to work with, try a Django-friendly host: Webfaction are well-liked in the Django community, and (from what I can tell) they seem to make setting up the site pretty simple. Then you can leave behind GAE's eccentricities and concentrate on improving your Django skills.