| author | ymh <ymh.work@gmail.com> |
| Mon, 19 Oct 2015 09:54:57 +0200 | |
| changeset 1461 | fff3ef58e8e3 |
| parent 1460 | caf4c9d02043 |
| child 1462 | e6d31ba94ad0 |
--- a/src/ldt/ldt/management/commands/mergeprojects.py Mon Oct 19 09:33:40 2015 +0200 +++ b/src/ldt/ldt/management/commands/mergeprojects.py Mon Oct 19 09:54:57 2015 +0200 @@ -151,4 +151,4 @@ proj.save() if options.get('verbosity', 1) > 0: - print("Project \'%s\' created" % (title)) + print("Project \'%s\' created with id '%s'" % (title, proj.ldt_id))