yillkid
unread,Sep 5, 2012, 2:21:15 AM9/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi all .
I have two projects (A and B), different django installation, database, but same host.
I want the B projects share A project User database table.
So A user account can login into B project site, but we don't create any user account in B project.
and I have already search many information about that.
1. REMOTE_USER
2. django multi database table
3. remote authentication
but I don't know what is the typical solution ?