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

Can't Migrate #12

Closed
drayanaindra opened this issue May 31, 2014 · 2 comments
Closed

Can't Migrate #12

drayanaindra opened this issue May 31, 2014 · 2 comments

Comments

@drayanaindra
Copy link

hi, i usng this package. when i install and registered this app in INSTALLED_APP with name 'django_comments' i found this error

django_comments.comment: Accessor for field 'content_type' clashes with related field 'ContentType.content_type_set_for_comment'. Add a related_name argument to the definition for 'content_type'.
django_comments.comment: Reverse query name for field 'content_type' clashes with related field 'ContentType.content_type_set_for_comment'. Add a related_name argument to the definition for 'content_type'.
django_comments.comment: Accessor for field 'site' clashes with related field 'Site.comment_set'. Add a related_name argument to the definition for 'site'.
django_comments.comment: Accessor for field 'user' clashes with related field 'User.comment_comments'. Add a related_name argument to the definition for 'user'.
django_comments.comment: Reverse query name for field 'user' clashes with related field 'User.comment_comments'. Add a related_name argument to the definition for 'user'.
django_comments.commentflag: Accessor for field 'user' clashes with related field 'User.comment_flags'. Add a related_name argument to the definition for 'user'.
django_comments.commentflag: Reverse query name for field 'user' clashes with related field 'User.comment_flags'. Add a related_name argument to the definition for 'user'.

any body can give solution ?

@timgraham
Copy link
Member

This issue tracker is for bugs, not getting help. You might try the django-users mailling list or the #django IRC channel (irc://irc.freenode.net/django) instead.

@timgraham
Copy link
Member

Duplicate of #3 and #4 though. You probably have both the old django.contrib.comments and the new django_comments apps installed at the same time.

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

2 participants