You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
syncdb throws error: "gatekeeper.moderatedobject: Accessor for field 'content_type' clashes with related field 'ContentType.moderatedobject_set'. Add a related_name argument to the definition for 'content_type'."
#10
If i run python manage.py syncdb i get the following error:
Error: One or more models did not validate:
gatekeeper.moderatedobject: Accessor for field 'content_type' clashes with related field 'ContentType.moderatedobject_set'. Add a related_name argument to the definition for 'content_type'.
Any idea why? (Using the current version 0.4.0a)
The text was updated successfully, but these errors were encountered:
If i run
python manage.py syncdb
i get the following error:Any idea why? (Using the current version 0.4.0a)
The text was updated successfully, but these errors were encountered: