in shared/util.py [0:0]
def get_list_from_string(string): result = string.split(',') result = [item.strip() for item in result] return result