__str__ Rückgabe ohne String (Typ Benutzer)
django error in models.py
__str__ returned non-string (type User)
------------------------------------------
def __str__(self):
return str(self.user)
Masud Rana