django-nonrel
Order by number of related objects
I have the next models: class Sentence(models.Model): text = models.CharField(max_length=200) language = models.ForeignKey(Language)[详细]
2023-04-12 07:43 分类:问答trouble getting started with Django nonrel and gae
I\'m having a hard time getting started with Django nonrel and GAE. I\'ve followed the instructions here: http://www.allbuttonspressed.com/projects/djangoappengine Which explain how to install Django[详细]
2023-04-10 16:22 分类:问答Django norel access to different nosql at the same time?
i\'m new to the nosql world, and from forums and articles that i\'ve read: most of users try to \"mix\" nosql tools, for example, they use Cassandra and MongoDB together to make a \"powerful system\",[详细]
2023-04-09 04:53 分类:问答Listing registration profiles in the admin interface of django-registration with django-nonrel
I\'ve successfully installed django-nonrel, and django-registration on Google app engine, thanks for this very useful article. However I have difficulties on listing the registration profiles ( visiti[详细]
2023-04-08 16:11 分类:问答Django nonrel on Google Appengine 3000 file limit
I followed the directions on http://www.allbuttonspressed.com/projects/djangoappengine, but afterwards realized that the resulting proje开发者_如何学Goct has almost 5,000 files, namely because of the[详细]
2023-04-08 08:43 分类:问答Django-nonrel on Google App Engine API creation
I\'m developing an app that interfaces with an iPhone app via an API. I am building it on Google App Engine, using django-nonrel. I\'m looking for a solution that allows me to build read-write APIs th[详细]
2023-04-08 06:40 分类:问答How to replace app engine 'parent' field with Django functionality in django-nonrel?
I am looking at the challenges in converting a codebase from using app engine patch to using django-nonrel.[详细]
2023-04-06 05:42 分类:问答Slow Django database operations on Google App Engine
I\'m testing Google App Engine and Django-nonrel with free quota. It seems to me, that the database operations to Datastore a hideously slow.[详细]
2023-04-06 01:37 分类:问答django nonrel appengine problem with syncdb
I\'m new to django, and still figuring out a lot of things. When I run the syncdb command of manage.py, after some of the steps have been completed, I get this:[详细]
2023-04-05 14:13 分类:问答django-nonrel on google app engine: Can PrimaryKey fields have a value of 0?
In trying to bulk load some legacy data from a django project that I\'ve been converting from MS-Access to Google App Engine (via django-nonrel), I think I\'ve hit a brick wall when trying to insert d[详细]
2023-04-05 02:21 分类:问答