Hi, 

I have two models in my Django app (non-rel on appengine). From what I know 
it is not possible to use manytomany relations between models in Django 
non-rel.
However I need to implement an admin function where the user can choose 
between all the items of a modeltype and add them to a list in the other 
model. 

eg: My Agent model needs to have a list of Costumer models.

Is it possible to use ModelMultipleChoiceField in Django non-rel? I am 
wondering because some sites claim that such forms don't work on the app 
engine since they rely on the Django ORM.

I am very new to Django and would appreciate if somebody could point me in 
the right direction for this.

Regards / Christian

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/VhyrLpfYGNsJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to