mirror of
https://github.com/clearml/clearml-server
synced 2025-02-14 16:58:35 +00:00
Change default company name to "clearml"
This commit is contained in:
parent
16430a6636
commit
286b8c3df5
@ -54,7 +54,7 @@ def init_mongo_data():
|
|||||||
|
|
||||||
_ensure_uuid()
|
_ensure_uuid()
|
||||||
|
|
||||||
company_id = _ensure_company(get_default_company(), "trains", log)
|
company_id = _ensure_company(get_default_company(), "clearml", log)
|
||||||
|
|
||||||
_ensure_default_queue(company_id)
|
_ensure_default_queue(company_id)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user