Include the deployment's ID in the command output.

(imported from commit e5fe9f31a4c9336a8b6cb449938d935705639e71)
This commit is contained in:
Luke Faraone 2013-10-25 17:25:45 -04:00
parent ab9b1be82c
commit 6d3f3d0d67
1 changed files with 1 additions and 1 deletions

View File

@ -47,5 +47,5 @@ class Command(BaseCommand):
old_dep.save()
dep.realms = [realm]
dep.save()
print "Deployment created."
print "Deployment %s created." % dep.id