views:

97

answers:

0

What are conventions that you recommend when I should use a new DATABASE_USER in settings.py?

Should I use a new postgresql DATABASE_USER for each project database or each site on the same server?

In the case of multiple projects on the same site(domain) should I use a unique DATABASE_USER per each project database?

In the case of multiple projects on different domains but the same server, is there an advantage in using a different DATABASE_USER per database?

Any advice is much appreciated. Thank you.