This is a Model Class
class ModelName(models.Model): (...) pasta = TaggableManager(verbose_name=u\'Pasta\')
and a form template (normal
I would use django-taggit-autosuggest as it offers better UI to the user.