//inside the class on the model

class Meta: 
        verbose_name = "Movie"
        verbose_name_plural = "Movies"