Django Public Recipes
A SlugField is a field that stores a single string value. The max_length attribute sets the length of the field's value.
Library: django
Shortcut: django.field.slug
fieldName = models.SlugField(max_length = 50)