class NotesMaterial(models.Model): note_title = models.CharField(max_length=200, null=False) note_description = models.CharField(max_length=200,