Merge branch 'main' into storefront-nuxt
This commit is contained in:
commit
6dd7b3568c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class Command(BaseCommand):
|
|||
self.stdout.write("Initializing must-have instances...")
|
||||
|
||||
Vendor.objects.get_or_create(name="INNER")
|
||||
Group.objects.all()
|
||||
Group.objects.get_or_create(name="User Support")
|
||||
Permission.objects.all()
|
||||
# TODO get_or_create a group "Product Listing Administrator" with corresponding permissions
|
||||
# TODO get_or_create a group "Head Product Listing Administrator" with corresponding permissions
|
||||
|
|
|
|||
Loading…
Reference in a new issue