Re: remote desktop control using Django

2010-02-16 Thread Keyan
 am, Keyan wrote: > > > The software i'd like to write is a kind of " remote desktop control", > > it has:one server and many clients > > > server  task is to control client's sytem &  could able to handle > > keyboard and mouse events of the cli

remote desktop control using Django

2010-02-16 Thread Keyan
The software i'd like to write is a kind of " remote desktop control", it has:one server and many clients server task is to control client's sytem & could able to handle keyboard and mouse events of the client system. Please let me know is it possible to do using Django! Thank you -- You r

Re: how to handle Winsock TCP\IP in Django

2010-02-15 Thread Keyan
Thank you . actually i need to take RDC(Remote DesckTop Connection) to my client system is it possible using Django framework. On Feb 15, 3:34 pm, Baurzhan Ismagulov wrote: > On Sun, Feb 14, 2010 at 08:36:25PM -0800, Keyan wrote: > > Please let me know is it possible to handle Winso

how to handle Winsock TCP\IP in Django

2010-02-14 Thread Keyan
Please let me know is it possible to handle Winsock TCP\IP concepts in Django. & is there any tutorials to follow. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe

how to redirect to another page in if else condition.

2010-02-09 Thread Keyan
I am new to django!! working in windows. I have created a login page and validating in view.py file code wil go like this for x in log: if u_name ==x[1]: return render_to_response('index.html',{"log":log}) else: return render_to_response('wrong.html