mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Tests actually work again
This commit is contained in:
@@ -31,9 +31,7 @@ class Command(BaseCommand):
|
||||
with transaction.atomic():
|
||||
self.setup_groups()
|
||||
self.setup_useful_profiles()
|
||||
|
||||
# self.setup_generic_profiles()
|
||||
# models.Profile.objects.bulk_create(self.profiles)
|
||||
self.setup_generic_profiles()
|
||||
|
||||
def setup_groups(self):
|
||||
self.keyholder_group = Group.objects.create(name='Keyholders')
|
||||
|
||||
Reference in New Issue
Block a user