[Fixed]-How can update my code for a django app without earasing the existing database (Read Description)?

1👍

If you host your database on a separate server, like with Amazon RDS or Heroku Postgres, and configure your code to connect to this remote host, you should have sufficient decoupling to avoid what you are talking about.

Leave a comment