I am working on a blog project in Django that I currently have a version running in production. I have been making changes to the Development version and as I push through t
Git commit cannot make things disappear nor the push command.
If I understand it right, you have your sqlite file in version control. You shouldn't do that. In that way you mess data between development and production.