On 8/8/07, Tim Chase <[EMAIL PROTECTED]> wrote:
>
> >> How do I enable multiple user account login in one computer?
> >> I don't know what is the disadvantage if this works this
> >> way, I just need it for development and testing purpose.
> >
> > If I understood your question right, you don't have to enable
> > it. :-) Just create a new user in the adminpanel (or in the
> > shell) and login with that username to your site or to the
> > adminpanel.
>
> I think the OP is asking for the ability to have more than one
> different user simultaneously logged into the web app.  This
> isn't conventionally feasible.  You can use multiple browsers
> (I've used FireFox, IE, Lynx, and Dillo for testing various users
> at the same time) or possibly even a browser such as FF that
> supports multiple profiles (I don't know if you can start
> multiple profiles simultaneously in FF, and have them keep
> sessions separate).

Yes you can using:

firefox -P default

in the other xterm:
firefox -P testprofile

etc. as many as you wish (If you have lot's of RAM)


-- 
--
Michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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