L
L
Larisa .•º2017-02-27 15:13:58
Django
Larisa .•º, 2017-02-27 15:13:58

How to initialize widget DateInput value?

There is a model with a Date field. the database already has values.
there is a ModelForm where it is described

widgets = {
        
            'date_start': DateInput(attrs={'class': 'datepicker', 'type': 'date', 'placeholder': 'Select a date'}),
        }

When rendering the page, it shows an empty component!
How to read the current value from the database in the field?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2017-02-27
@sim3x

https://docs.djangoproject.com/en/1.10/ref/forms/a...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question