On 10/2/07, bluesky <[EMAIL PROTECTED]> wrote:
>
> So information about the connection to db should be stored on session,
> not globally. Is this possible with django?

Well, anything is possible, but not necessarily easy. It certainly
isn't a built-in feature - at least, not like you describe.

There are possibly other ways to acheive what you want - you might
want to look at the sites framework, and consider the ways that you
could deploy multiple instances of your Django application, with a
common login interface that redirects to the appropriate site after
login.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to