-1👍
✅
Its really easy.
NOTE : You need one database field for store create row date time
**Algo**
Its really easy..
Step 1) When page render try to fetch all data from database
Step 2) store latest created date in javascript variable
Step 2) After interval by jquery or other client side programming language try to fetch only those data which is more then latest created date
step 3) Append new row by jquery or other client side programming language
- [Answered ]-How can I access the rest of the lower name spaces with django-redis?
- [Answered ]-Recursion in Django View
- [Answered ]-Django ListView pages and links
- [Answered ]-How can I insert data in two different models?
1👍
You can look for websockets…
Looking a this page may help…
https://www.djangopackages.com/grids/g/websockets/
pypi.python.org/pypi/django-websocket
A post on the subject here
👤Xelt
- [Answered ]-How to add markdown editor to custom django comment?
- [Answered ]-Calling Model function in template not working
- [Answered ]-With @csrf_exempt still have Set-Cookie: csrftoken
- [Answered ]-Django Filter Results
- [Answered ]-How to stop the Django server from keep loading?
Source:stackexchange.com