On Thu, Feb 4, 2010 at 4:00 AM, scastillo <castillobui...@gmail.com> wrote:
> And what if i just want to have the same database but with different
> users for each app on project?

If, by "users" are you referring to the database login credentials,
you could set up a multiple connections to the same database, each
with a different login credential, and then use a router to choose the
database based on the application.

If you mean something else, you'll need to explain your use case a little more.

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to