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:
parent
8ba1a93eeb
commit
43f0ae6af6
10 changed files with 68 additions and 15 deletions
0
apps/objects/managers/__init__.py
Normal file
0
apps/objects/managers/__init__.py
Normal file
8
apps/objects/managers/commchannel.py
Normal file
8
apps/objects/managers/commchannel.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
Custom manager for CommChannel objects.
|
||||
"""
|
||||
from django.db import models
|
||||
|
||||
class CommChannelManager(models.Manager):
|
||||
pass
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue