Hi Javier,
On 11/14/2014 12:21 AM, Javier Guerra Giraldez wrote:
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.
Yes correct, I just found this thread on stackoverflow
http://stackoverflow.com/questions/17754295/can-i-have-a-django-form-without-model
I see this is a wonderful thing.
I had thought of a similar idea and was just looking for the right
direction.
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.
Well, I had used Pylons for some time and I did make xmlrpc calls
correctly and I used to have no problems in having multiple requests
going to the rpc server at one point from different clients.
So I don't think the Django views may be so stupid either.
Happy hacking.
Krishnakant.
--
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/5464FFD2.9040603%40gmail.com.
For more options, visit https://groups.google.com/d/optout.