django-nonrel
Google App Engine bulkloader issue when using yaml autogenerated configuration and entities with numeric ID
My application uses Django non-rel. I don\'t have access to model. I have my bulkloader.yaml file autogenerated by appcfg.py create_bulkloader_config.[详细]
2023-01-05 02:25 分类:问答Google App Engine's remote_api: Deleting all data in django nonrel
I\'m using django non-rel (http://www.allbuttonspressed.com/projects/django-nonrel) and am trying to delete all the data in my production\'s datastore.I was reading the question posed here How to dele[详细]
2023-01-04 11:02 分类:问答Django authentication in django nonrel on GAE
I\'m using the Django nonrel project on a google app engine project running locally in development. I\'ve created my own models and these are fine when they are saved and retrieved in the datastore.[详细]
2023-01-02 20:44 分类:问答How can I automatically load fixtures into my development database but not my production database when using django-nonrel?
I\'d like to load some test data into my development db but not put it into my production db. In django you can create database-specific fixtures using this mechanism: http://docs.djangoproject.com/e[详细]
2022-12-31 11:35 分类:问答How do I get Phusion Passenger to work with Django for App Engine?
I\'m having a devil of a time getting Phusion Passenger to work with django-nonrel for Google\'s App Engine.I can seem to get it to work for GoogleAppEngineLauncher and for the production server but n[详细]
2022-12-30 04:49 分类:问答django admin - adding fields on the fly
Basically I am writing a simple shopping cart. Each item can have multiple pric开发者_如何学Pythones. (i.e. shirts where each size is priced differently). I would like to have a single price field in[详细]
2022-12-23 12:09 分类:问答500 error when deploying django-testapp to app-engine using django-nonrel
I\'m trying to get up and running with the django-testapp on app engine.I\'ve gotten it working fine in my development environment,[详细]
2022-12-20 23:22 分类:问答