Skip to content Skip to sidebar Skip to footer

Django Delete Confirmation View Displaying Variable Name Instead Of Information

Can anyone help me with the following scenario? I have 3 tables like bellow. 1 & 2 is my data tables. And 3 keeps the relationship with 1 & 2. 1.Qa table ------------- |ID

Solution 1:

You didn't show your models, but almost certainly you have not defined a __str__ method on the Qa_tags class.


Post a Comment for "Django Delete Confirmation View Displaying Variable Name Instead Of Information"