Re: share users across django projects?

2007-07-24 Thread hotani

I have considered it, but the first project is rather large and we
wanted to keep it on its own server with a separate database. I am
still at the high level design stage of the second project so it may
end up bundled with the first.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: share users across django projects?

2007-07-24 Thread Carl Karsten

hotani wrote:
> I'm about to build a new project using django that will have the same
> users as a previous project. I would like to avoid duplicating the
> existing user table. Is there a way to authenticate into the new
> project with the current user list?

The users are in the db.  Unless you want to get on the multi-db bus, you will 
need to use the same db for both projects, witch is starting to sound like all 
one project.

Why not just make another app in the same project?

Carl K

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---