Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / plankton / management / commands / image-list.py @ 7a0aa449

History | View | Annotate | Download (2.4 kB)

# Date Author Comment
7a0aa449 11/22/2012 01:26 pm Christos Stavrakakis

Add function for pretty printing tables

77fccdd4 11/06/2012 11:36 am Christos Stavrakakis

Implement image-list and image-show commands

Implement two new management commands for plankton.
- image-list: lists public images or all images available
to a user
- image-show: displays information about a public image

Also, this commit fixes a bug in server-show, when trying...