Brandon Parker
Brandon Parker
This is exceedingly annoying with the psycopg integration as there doesn't seem to be any way to override the service name. It makes handling multiple databases very difficult since the...
This doesn't help because we don't create our own psycopg database connections. It's all done by Django. It should be able to be overridden on a global level.
Generally our Django apps only have one database connection, we would just like to be able to rename that so that they all don't get lumped under one Django service...