Refactored the typeclass base, moved Attributes/Tags into separate modules and the django-proxy patch to its on module too. Lots of other cleanups.
This commit is contained in:
parent
24764743ff
commit
302f5bdd81
11 changed files with 1018 additions and 984 deletions
|
|
@ -8,7 +8,7 @@ src.comms.channelmanager.
|
|||
|
||||
"""
|
||||
|
||||
from src.comms.models import *
|
||||
#from src.comms.models import *
|
||||
|
||||
msgmanager = Msg.objects
|
||||
channelmanager = ChannelDB.objects
|
||||
#msgmanager = Msg.objects
|
||||
#channelmanager = ChannelDB.objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue