-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
#models.py
from slugify import slugify, smart_text
title = models.CharField(_('file name'), max_length=255)
slug = slugify(_('url'), max_length=250, unique=True)
summary = models.TextField(_('summary'))
As a newbie, having tried many but without success, any working example ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels