Starting here, trunk is broken pending re-organizations. Check out the previous revision if you'd like to tinker.
This commit is contained in:
parent
4b25a08597
commit
837f1152c6
28 changed files with 0 additions and 0 deletions
8
src/objects/managers/commchannel.py
Normal file
8
src/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