def CACHE_KEY(cls): return 'lizard-map.Setting::%s' % (get_host(), )
def upload_path(self, filename): return '/'.join(["customerlogo", get_host(), filename])