Creating a Staging Environment
I am trying to set up a development flow where I make changes in my dev environment, merge to staging, and then once everything is correct there I merge to production. Basically the staging environment is there so that I can verify that any django migrations can be correctly applied to the production database. Is there a way to reference the db in production instead of using the empty db in staging? Is this even the right way to go about this?
3 Replies