Accessor for field 'FIELDNAME' clashes with related field 'MODEL.FIELDNAME'. Add a related_name argument to the definition for 'FIELDNAME' (1) 썸네일형 리스트형 Accessor for field 'FIELDNAME' clashes with related field 'MODEL.FIELDNAME'. Add a related_name argument to the definition for 'FIELDNAME' if you see an error APPNAME.MODELNAME : Accessor for field 'FIELDNAME' clashes with related field 'MODEL.FIELDNAME'. Add a related_name argument to the definition for 'FIELDNAME' This error is your model have two FK. so The name overlaps. Do not know ORM relateed field my model is as follows: after: add related_name="FIELDNAME" and you use the related_name in views.py code ex)It's error code.$ U.. 이전 1 다음