Posts by Pedro Fagundes • 11 points
1 post
-
1
votes2
answers2875
viewsA: How to allow a Decimalfield with the BR currency format in Django?
What worked for me was this: py Settings. DECIMAL_SEPARATOR = ',' USE_THOUSAND_SEPARATOR = True Function __init__ form def __init__(self, *args, **kwargs): super(SeuForm, self).__init__(*args,…
djangoanswered Pedro Fagundes 11