Closed JadSayegh closed 6 years ago
We'd need significantly more detail before we'd be able to help you. Including, but not limited to:
Hi Sigma, this was so long ago.. I would have to try to recreate the issue.
It sounds like you're no longer encountering this. With that in mind, I'm going to close this until we know more.
When trying to switch URLs on the same host e.g.
postgresql://user:secret@localhost/my_db_1
topostgresql://user:secret@localhost/my_db_2
, Django wasn't reflecting the change when I did this and kept connecting tomy_db_1
I changed back to using the normal Django database settings dict (instead of a URL with dj-database-url) and it worked. What could be causing this?