Forums

2nd web app is writing to db of first web app

Hi I have two Flask web apps with MySQL. They are replica of one another, I am using one as PROD and the other one as DEV for testing. However I am finding the 2nd web app is getting cross-wired with the first one and any updates I make on the 2nd web app are being written to the database of the first web app. I have set up separate environments and databases. What is making the second web app get confused that it is the first web app? I am suspecting my wsgi file but I am not an expert at what I should be doing differently?? Any advise is much appreciated! Kevin

Never mind I fixed it. Dumb error on the front end I forgot to change the pointer..

Glad to hear that you made it.