I create a DateTimeField with Django in the following way:
start_date_edited = forms.DateTimeField(label="Fecha inicio", widget=DateTimeWidget(usel10n=True, bootstrap_version=3), required=False)
That creates a field where to enter a date, w...
asked by
11.02.2018 / 22:12