Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / logic / management / commands / backend-list.py @ b0e7f310

History | View | Annotate | Download (3.2 kB)

# Date Author Comment
b0e7f310 03/14/2013 03:58 pm Christos Stavrakakis

Add ListCommand to be used for all *-list commands

Create a generic ListCommand to be user for all *-list management
commands. ListCommand handles must tasks that are common to all
management commands, like retrieving objects from db, filtering
results and formating output to a pretty table, json or csv....

cc92b70f 02/06/2013 02:18 pm Christos Stavrakakis

Fix pep8 warnings

7a0aa449 11/22/2012 01:26 pm Christos Stavrakakis

Add function for pretty printing tables

24683dda 09/27/2012 03:59 pm Christos Stavrakakis

Fix typos

56a1134d 07/23/2012 11:48 am Christos Stavrakakis

Rename management commands