Hacker News new | ask | show | jobs
by astrofinch 5783 days ago
I haven't tried djangoappengine, but it seems possible it would abstract away most of the datastore-related stuff and make the admin work.
1 comments

Not true, unfortunately. For example, creating objects and deleting them uses a different method (put instead of save). There are tiny syntax differences, also.

Not to mention the fact that designing an information schema for a SQL database is quite different from designing an info schema for a hash-table like datastore (which appengine has).