I'm building a GPS Tracking System using Django, i should have a grid on my 
template that display real time information of cars (position,vitesse, 
temperature...). GPS send data to Postgres DataBase via a module that parse 
Data and saved it in specific table. What i need is how to make my Web App 
display data in real time? (when a row is inserted in Db, how can i display 
it in grid)

i tried this package https://pypi.python.org/pypi/django-db-signals/0.1.1, 
but my DataParser is external from my django web app, it work independently 
from other side

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to