I recently pulled a django website from github, and I'm supposed to make changes to it which involves working with the postgres database of the website. As instructed from the original site owner, I created a new postgres database with the specified name, username and password as he told me. I got the website running on my local windows laptop. I was able to create some user accounts and see the user list one of the site's pages updated. So clearly it is getting stored. However, when I went into psql and check if the website's database is updated, it is still empty. Does anyone here know where I find the where in my pc there information is actually getting stored? I'm so confused here????