Which infrastructure do you need: title=models.charfield(max_length=100, validators=[validate_spelling])
title=models.charfield(max_length=100, validators=[validate_spelling])
spelling package imported at the top of model
inizialized array called validators
a validators file containing a function called validate imported at the top of model
a validators file containing a function called validate_spelling imported at the top of model