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