chore: update the default name that is added to instance (#4348)
This commit is contained in:
parent
2884b0e22e
commit
dc5edca34d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class Command(BaseCommand):
|
||||||
}
|
}
|
||||||
|
|
||||||
instance = Instance.objects.create(
|
instance = Instance.objects.create(
|
||||||
instance_name="Plane Free",
|
instance_name="Plane Community Edition",
|
||||||
instance_id=secrets.token_hex(12),
|
instance_id=secrets.token_hex(12),
|
||||||
license_key=None,
|
license_key=None,
|
||||||
api_key=secrets.token_hex(8),
|
api_key=secrets.token_hex(8),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue