소스 검색

fix groups

Староверов Данила Андреевич 1 년 전
부모
커밋
75a3fbed3e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      SharixAdmin/groups.py

+ 1 - 0
SharixAdmin/groups.py

@@ -13,6 +13,7 @@ def create_groups(sender, **kwargs):
     Group.objects.get_or_create(name='PARTNER-ADMIN')
     Group.objects.get_or_create(name='PARTNER-SUPERVISOR')
     Group.objects.get_or_create(name='PARTNER-TECHSUPPORT')
+    Group.objects.get_or_create(name='PARTNER-SUPPORT')
     Group.objects.get_or_create(name='GUEST')
     Group.objects.get_or_create(name='CLIENT')
     Group.objects.get_or_create(name='PROVIDER')