django-nonrel
Problem with Django-dbindexer
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[详细]
2023-02-14 15:56 分类:问答Users interfering with each others instances
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[详细]
2023-02-13 19:03 分类:问答Django signals on GAE with django-nonrel
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[详细]
2023-02-11 07:40 分类:问答GAE: django-nonrel: No module named myapp.views
I\'m using django-nonrel on google app engine. I\'ve got this problem when visiting http://localhost:8080/album[详细]
2023-02-07 03:46 分类:问答Authenticated but user.is_authenticated remains false
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).[详细]
2023-02-06 01:49 分类:问答django nonrel on gae not respecting model order when filtering results
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.[详细]
2023-02-03 17:51 分类:问答filter on foreign key property in django-nonrel
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[详细]
2023-02-01 03:31 分类:问答Django-nonrel and GAE - Error - Unexpected attribute 'builtins'
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[详细]
2023-01-31 02:09 分类:问答GZIP content in Google App Engine using django-nonrel
I have a django-nonrel app running in Google App Engine and am wanting all the content to be gzipped.[详细]
2023-01-30 06:01 分类:问答Django-OAuth-Twitter error in Google App Engine 1.4.0 -- Unexpected keyword arguments: next_count, prefetch_count, offset
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:[详细]
2023-01-29 12:45 分类:问答