""" Custom manager for CommChannel objects. """ from django.db import models class CommChannelManager(models.Manager): pass