Within the model "Example" I have two fields:
-"description" (varchar, length 64). -"description_length" integer. description_length has different value for each record, and it is always between 1 and 64.
In a Django form how is possible set the maxlength description equal to the description_length variable value?