6 lines
194 B
Python
6 lines
194 B
Python
from .utils import DjangoJsonWebsocketConsumer, PermConsumerMixin
|
|
|
|
|
|
class KPsul(PermConsumerMixin, DjangoJsonWebsocketConsumer):
|
|
groups = ['kfet.kpsul']
|
|
perms_connect = ['kfet.is_team']
|