correct circuit model startup scripts
This commit is contained in:
parent
6ab38472be
commit
31f52041f8
6 changed files with 17 additions and 17 deletions
|
@ -13,6 +13,6 @@ for params in providers:
|
|||
provider, created = Provider.objects.get_or_create(**params)
|
||||
|
||||
if created:
|
||||
set_custom_fields_values(name, custom_field_data)
|
||||
set_custom_fields_values(provider, custom_field_data)
|
||||
|
||||
print("📡 Created provider", provider.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue