I am creating a CRM system with Django for my non-profit organisation. Have installed a local postgres database to which I created a table students and have added 2 rows via Django Admin interface. When I display these rows in a CSS table by running the app on localhost, the 2 records are correctly displayed.
After migrating and pushing a git commit and then running the Heroku hosted instance of the app. The two records are not visible.
localhost:

Heroku instance:

I have no idea how to push my local updates to the database to the heroku postgres database.
Searched around on the internet and have tried resetting the database but to no avail.