Revision 7ac2131c snf-astakos-app/astakos/im/management/commands/service-list.py

b/snf-astakos-app/astakos/im/management/commands/service-list.py
47 47
        "token": ("auth_token", "Authentication token"),
48 48
        "created": ("auth_token_created", "Token creation date"),
49 49
        "expires": ("auth_token_expires", "Token expiration date"),
50
        "type": ("type", "Service type"),
50 51
    }
51 52

  
52 53
    fields = ["id", "name", "url", "api_url", "token", "created", "expires"]

Also available in: Unified diff