from django.db import models from dncore.models import User class Maintainer(models.Model): auth = models.ManyToManyField(User)