Open gideonmaina opened 3 months ago
The
cannot assign "<>": the current database router prevents this relation.
ValueError in some routes arises because theDATABASE
setting uses a router that points to Read Replica DB, which is no longer in use.Troubleshoot
- [x] Removing the
DATABASE
variable insettings.py
.- [x] Test all routes
Issue resolved
The
cannot assign "<>": the current database router prevents this relation.
ValueError in some routes arises because theDATABASE
setting uses a router that points to Read Replica DB, which is no longer in use.Troubleshoot
DATABASE
variable insettings.py
.