1

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 i row 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

Charles
  • 50,943
  • 13
  • 104
  • 142
Saif Jerbi
  • 667
  • 5
  • 16

0 Answers0