1👍
It seems to be available at least since 2010 and acknowledged by Google. So I’d say it’s pretty solid.
0👍
django-appengine is widely used in production by companies such as Potato London, have a look at their porfolio, you’ll find some pretty solid stuff.
You do need to realize that there are quite substancial diferences with a vanilla Django SQL installation, especially in the ORM, many complex queries will not be available as JOINs are not supported natively. There are workarounds for most problems but they’re a bit harder to wrap your head around if you never used non-relational databases or Datastore.
Make sure you read the documentation on Datastore and the django-appengine DB documentation and judge if it’s worth the trouble.
Also worth mention these two packages from AllButtonsPressed that help a lot dbindexer and nonrel-search.
- [Answer]-Django forms result in an poorly idented form
- [Answer]-Send email django from any host
- [Answer]-Django – "urls" function sometime included in urls.py
- [Answer]-How to get field's names of rawqueryset in Django
- [Answer]-Django Update Table Immediately After Save()