django model name

PHOTO EMBED

Mon Dec 21 2020 19:24:35 GMT+0000 (Coordinated Universal Time)

Saved by @lewiseman #python

//inside the class on the model

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

below the model class