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.