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
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
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
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
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
5 matches
Mail list logo