django-seo2 icon indicating copy to clipboard operation
django-seo2 copied to clipboard

makemigration error

Open arayate opened this issue 9 years ago • 0 comments

CommandError: System check identified some issues:

ERRORS:
djangoseo.MyMetadataModel._content_type: (fields.E304) Reverse accessor for 'MyMetadataModel._content_type' clashes with reverse accessor for 'MyMetadataModel._content_type'.
    HINT: Add or change a related_name argument to the definition for 'MyMetadataModel._content_type' or 'MyMetadataModel._content_type'.
djangoseo.MyMetadataModelInstance._content_type: (fields.E304) Reverse accessor for 'MyMetadataModelInstance._content_type' clashes with reverse accessor for 'MyMetadataModelInstance._content_type'.
    HINT: Add or change a related_name argument to the definition for 'MyMetadataModelInstance._content_type' or 'MyMetadataModelInstance._content_type'.

While running python manage.py makemigrations

arayate avatar Feb 01 '16 07:02 arayate