django-nonrel
django-nonrel google app engine fail to log in admin panel
I\'ve created a django-nonrel app on gae. Added a user (django.auth.models.User) with is_active, is_staff, is_suiperuserall True. On localhost I login successfully, but I fail to login on GAE after de[详细]
2023-02-26 21:37 分类:问答GAE Django nonrel extend user model
I\'m trying to extend User models with my custom model by inheriting from it like this: class Profile(User):[详细]
2023-02-22 22:22 分类:问答How to make a custom query using django-nonrel and mongodb
Is there a recommended way to make a custom query to mongodb using django nonrel? I have an entire site set up and running well, now I am just adding in some geospatial indexing and queries, and want[详细]
2023-02-22 18:44 分类:问答The App Engine datastore can either return entire entities or only entity keys from a query?
I am reading Google App Engine doc and found this line difficult to understand The App Engine datastore can either return entire entities or only entity keys from a query.[详细]
2023-02-20 17:52 分类:问答DjangoAppEngine TestApp
Need some help starting up the djangoappengine testapp.I follo开发者_运维知识库wed the instructions at http://www.allbuttonspressed.com/projects/djangoappengine, but when I run ./manage.py runserver.w[详细]
2023-02-20 02:48 分类:问答Redirecting when user presses refresh button or back button
Once user presses refresh or browser back button,then I want to redirect the user to one of the page for restart the application.My javaScript code is as follow:[详细]
2023-02-18 13:30 分类:问答Django nonrel error "No Module name models"
Guys, I Started playing with django-no开发者_开发问答nrel, and am trying to run my old django app on it.[详细]
2023-02-18 10:54 分类:问答Want to split user name in django-nonrel
In my django-nonrel project,all usernames are joined with \'_\'(underscore). For example, if username is \'guest_test\' then I want to split guest and test seperate.I am trying with the following code[详细]
2023-02-17 02:49 分类:问答How to embed an ObjectId into a model's field in django nonrel/mongodb-engine?
I\'m new to django so I\'m a bit lost here but don\'t see how I can add an ObjectId fie开发者_如何学Cld to a django-nonrel model.[详细]
2023-02-16 15:37 分类:问答Django and GeoSpatial Queries on Google App Engine - How to overcome the 'one inequality per query' issue?
I\'ve just began to use the GAE and I have stumbled upon an issue which has let me questioning the feasibility of using Django on GAE.[详细]
2023-02-16 09:19 分类:问答