mirror of https://github.com/zulip/zulip.git
Include the deployment's ID in the command output.
(imported from commit e5fe9f31a4c9336a8b6cb449938d935705639e71)
This commit is contained in:
parent
ab9b1be82c
commit
6d3f3d0d67
|
@ -47,5 +47,5 @@ class Command(BaseCommand):
|
|||
old_dep.save()
|
||||
dep.realms = [realm]
|
||||
dep.save()
|
||||
print "Deployment created."
|
||||
print "Deployment %s created." % dep.id
|
||||
|
||||
|
|
Loading…
Reference in New Issue