I have a locally made Django website and I hosted it on Heroku, at the same time I push changes to anathor github repo. I am using built in Database to store data. Will other users be able to get the data that has been entered in the database from my repo (like user details) ?
If so how to prevent it from happening ? Solutions like adding files to .gitignore will also prevent pushing to Heroku.