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