'Data don't automatically updated that I uploaded from django admin

In development , I uploaded some data from django admin to a table. But when I refresh a page that uses that table then the new added data don't appears . It appears only when i rerun the manage.py runserver command. How can i fix this?

I am expecting that the new data from the table should appear after added through django-admin.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source