I have multiple applications running and connecting to the same database. I want to distinguish the connections in the database.
I am using postgres db.
Is this multiple Django apps in the same project / django instance, or multiple django instances sharing the same database?