Outlining managers. I know some of these managers sub-modules only have one file in them, but let's keep the convention for consistency.

This commit is contained in:
Greg Taylor 2008-06-15 03:01:58 +00:00
parent 8ba1a93eeb
commit 43f0ae6af6
10 changed files with 68 additions and 15 deletions

View file

View file

@ -0,0 +1,8 @@
"""
Custom manager for CommChannel objects.
"""
from django.db import models
class CommChannelManager(models.Manager):
pass