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.
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
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.
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
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
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
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,