Jquery ajax – Reload the page without refreshing with django and ajax
i'm developing a site that uses Django to check cryptocurrency prices. I want to load a value stored in django sqlite3 database file without refreshing (F5) using ajax. What should I do? (However, if the user manually refreshes the page,…