Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for custom User model #36

Open
bartTC opened this issue Mar 19, 2015 · 0 comments
Open

No support for custom User model #36

bartTC opened this issue Mar 19, 2015 · 0 comments

Comments

@bartTC
Copy link

bartTC commented Mar 19, 2015

media_tree models and migrations need to use settings.AUTH_USER_MODEL, otherwise upon migration you'll get:

CommandError: System check identified some issues:

ERRORS:
media_tree.FileNode.created_by: (fields.E301) Field defines a relation with the model 'auth.User', which has been swapped out.
        HINT: Update the relation to point at 'settings.AUTH_USER_MODEL'.
media_tree.FileNode.modified_by: (fields.E301) Field defines a relation with the model 'auth.User', which has been swapped out.
        HINT: Update the relation to point at 'settings.AUTH_USER_MODEL'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant