#17863: Storing user and user profile in different databases?
-------------------------------------+-------------------------------------
     Reporter:  Henning Kage         |                    Owner:  nobody
  <henning.kage@…>                   |                   Status:  closed
         Type:  Bug                  |                  Version:  SVN
    Component:  contrib.auth         |               Resolution:  wontfix
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by hkage):

 I knew that foreign keys across multiple database is not supported (due to
 reasonable disadvantages), but I thought that storing the user profile in
 a separate database would make sense as it could be defined in a Django
 application via settings. But you are right, it would result in a missing
 relationship between user profile and user object and would lead to the
 foreign key problem.

 Thank your for the answer.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17863#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates?hl=en.

Reply via email to