need some help with the next issue:
I got this model in Django:
class myModel(models.Model): Name = models.CharField(max_length=50)