Hi,

I have started working with django just couple of days ago and I am already 
quite familiar with it, but I still do not understand clearly the models.

I have some model class, but after retrieving it with .objects.all I want 
to add some other data to these objects got from XMLRPC services. 

I know I can add it dynamically to the queryset, but should I do it in 
model or view? Does model define just data and is exclusively for database 
operations / abstract classes?

LP


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to