Skip to content

Comment on Heroku clone for Django?parent

Comments

I haven't tried djangoappengine, but it seems possible it would abstract away most of the datastore-related stuff and make the admin work.

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).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.