Hacker News new | past | comments | ask | show | jobs | submit login
Why Appengine is useless for working with Django (42topics.com)
4 points by shabda on April 9, 2008 | hide | past | favorite | 5 comments



The modular Django apps, of which Admin is the most prominent, are tightly connected to the Django ORM, and usually need joins. Even the session manager is database backed.


Joins in Appengine work almost like Django orm, `object.foreignkey`. But of course session, auth, admin, the things which make django such a joy are missing.


I was expecting to read about real showstoppers. I'm sure there are some, right?


PDB not working on the dev_webserver, no dbshell, well they are almost showstoppers for me. I might use this to learn, ant to keep up to date if situation changes, but not for everyday use.


I guess I live without these all the time on my flavor of app framework, so I guess I find these as "nice-to-haves".




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: