On Thu, Nov 13, 2014 at 1:32 PM, Krishnakant Mane <krm...@gmail.com> wrote:
> I guess it is obvious that I only need the view and template part here.


and forms.   they're often used with models (i.e. subclassing
ModelForm), but that's not a requirement.


also note that doing XMLRPC calls in view code will block the
request/response cycle.  in principle that would mean you need a good
multithreading WSGI container, but maybe some good
event-driven-monkeypatching platform can work too.


-- 
Javier

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFkDaoQiB-nZN_q62WJHMb93Y_sMJ0QyVN6sXPconosfq4FVpw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to