Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
live(real time) database retrive
#1
hi,
i am using django in ubuntu 15.10 and python 3.52.
i am working on a project which is similar to shopping website.
here i want to retrive database live(real time) without refresh browser.
in php i use ajax request to do that work but in django i can not do that at same way.

problem description:
in product page every product have a button name "Add cart" . when anyone click add cart then 
the item add to my database and show the "total cart" in the same page menu bar which i create without refresh browser.

in php i create this process using ajax request. 
but in django i can not do the live(real time) retrive from database.but i can add this product in database without refresh but i cant retrive the total number of item from database live(real time).
if anyone  know that process please help because i am new in django.
thanks in advance.....
Reply
#2
Same way as php, use ajax.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Flask read real time print from subprocess without deadlock vofka32 0 4,024 Jun-02-2021, 09:36 AM
Last Post: vofka32
Photo only foreign key id retrive when i pass model instance to form but i want other field x64 0 3,659 Jun-03-2017, 05:58 AM
Last Post: x64

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020