Wednesday, March 28, 2012

Auth app in separate database

Has anyone been successful in putting the auth application in a
separate database so that users can be shared with different django
projects?

When I try to put the auth application in a different database I get
an error with syncdb:

django.db.utils.DatabaseError: relation "auth_permission" does not
exist
LINE 1: ...ntent_type_id", "auth_permission"."codename" FROM
"auth_perm...

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment