I have an app which is currently running on Pythonanywhere, and would like to know if there is an easy way to update it without messing up the database.
I usually work on my project using SelfHost, then I package it and overwrite the one running in the Pythonanywhere server with the new version. I can afford to do this for now as it is still in testing, but I would like to know if there is a simple way to release updates to an app which has to keep it's database unchanged through the update.
Thanks!