I asked my question in appropriate Google Group (http://groups.google.com/group/django-non-relational/browse_thread/thread/a51c1903af175e1c), but developers seems are kinda busy now, so I\'m afraid my
In my multiple choice Quiz show project on google app engine multiple users can use the webapp simultaneously once they are login. But due to some reason they are interfering with each others instance
I am using django-nonrel for my project on GAE. My requirement is that in my application at a time only one user should login with the given username. I tried to implement the following suggested appr
I\'m using django-nonrel on google app engine. I\'ve got this problem when visiting http://localhost:8080/album
Creating simple app using GAE / Django-nonrel (I don\'t think the problem is specific to GAE or the nonrel fork, most likey PEBKAC as python/django noob and would occur on basic django installation).
When my query includes an order_by(...) I get the results in the expected order开发者_开发百科, however if I try to combine the order_by with a filter I get the results in the wrong order.
What\'s the best practice for filtering based on a foreign key\'s property in a non-relational database? I understand that the lack of join support makes things more complicated, and so I was wonderin
I\'m trying to run django-testapp from allbuttonpressed which uses Django-nonrel. When I run manage.py from django-testapp it gives me an error saying that
I have a django-nonrel app running in Google App Engine and am wanting all the content to be gzipped.
Google recently updated their appengine sdk to 1.4.0, and at the same time I\'ve started seeing exceptions both on my devbox and in production.Here\'s the trace: