django-nonrel Questions
2
Solved
I'm using Python 2.7 and django-nonrel for running Django projects on Google app engine. I'm using version 1.6 of the Google app engine SDK. I run python manage.py syncdb or python manage.py deploy...
Mackie asked 13/11, 2011 at 16:2
2
Solved
With Django-nonrel on GAE, how do I do I load in a fixture to the server after deploying? I'm able to do it locallay via
python manage.py loaddata fixturename
But how can I do it on a deploye...
Vanir asked 24/10, 2011 at 22:1
1
Solved
I am trying to implement manytomany field relation in django-nonrel on mongodb. It was suggessted at to:
Django-nonrel form field for ListField
Following the accepted answer
models.py
class MyC...
Dichromatic asked 16/10, 2011 at 5:22
1
Solved
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 w...
Ingathering asked 6/4, 2011 at 17:18
2
Solved
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.
Problem is entities numeric ID's are being ...
Twocycle asked 27/6, 2010 at 23:26
1
Solved
I'm using @wkornewald 's django-nonrel and django-filetransfer on Google App Engine.
I'm able to upload files just fine, but only when the entire form is valid. If the form fails validation for an...
Ailbert asked 11/3, 2011 at 12:22
2
Solved
I'm a designer still trying to code up my first app in Google App Engine as an experiment.
I have got to the point where I want to set up memcache to cache my entire site following the instruction...
Querulous asked 24/10, 2010 at 23:9
1
Solved
I am working on a Google App Engine application and I am relatively new at this.
I have built an app already in Django and have a model using a field type of ManyToMany.
I am aware that django-no...
Outport asked 6/10, 2010 at 22:4
© 2022 - 2024 — McMap. All rights reserved.