Hi,
Im new to Django and need some help in the right direction.

I will create a socket server, that should recive raw udp data and put
it in a database. After that Django should present the data in a
customized view.

Is it possible to create the server in Django, like in the views file,
so it starts up when django starts? So I can use the in data and use
orm to put it in db. Or do I need to do a separate server, that sends
data to django after it recieves it?


Thanks
Mikael

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to