Django tutorial part 2: "It’s important to add __str__() methods to your models"

2020-01-12 Thread Julius Lange
Dear people, currently doing the django tutorial! Really enjoy it so far. I am using PyCharm, Django version 3.0.2, Python version 3.7.1. In part 2 of the tutorial it comes to a point i need to insert a __str__ function. I add it like s

Re: Django tutorial part 2: "It’s important to add __str__() methods to your models"

2020-01-13 Thread Julius Lange
Okay, thank you guys! I figured it out. The reason was another issue and my nooby assumtion led you in the wrong direction. Sorry, thanks again Julius Am Sonntag, 12. Januar 2020 22:56:43 UTC+1 schrieb Julius Lange: > > Dear people, > > currently doing the django tutorial! Rea