diff --git a/gestion/models.py b/gestion/models.py index 851fcba..b530a84 100644 --- a/gestion/models.py +++ b/gestion/models.py @@ -19,9 +19,6 @@ class ErnestoUser(models.Model): verbose_name = "Profil Ernestophoniste" verbose_name_plural = "Profil Ernestophoniste" - def __unicode__(self): - return unicode(self.user.username) - def __str__(self): return self.user.username # Create your models here.