I have defined a Decimal Field in my Forms.py
class Slider(forms.Form): slider_form= forms.DecimalField(min_value=0.0, max_value=1.0, initial = 0.5,