def __str__(self): path = self.get_path() if path.startswith(settings.MEDIAFILES_LOCATION + '/'): path = path[6:] return path