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