示例#1
0
 def city_slug(self):
     return custom_slugify(self.city, 64)
示例#2
0
 def state_slug(self):
     return custom_slugify(self.state, 64)