I have a meta-model that stores website information.
Model Code
class MetaModel(models.Model): name = models.CharField(max_length=4) students =