Esempio n. 1
0
def generate_topic_slug(sender, instance: Topic, **kwargs):
    instance.slug = slugify(instance.name)