DateTimePicker with Django Crispy Forms
问题 I am using Python3, Django 1.5 and Bootstrap 3. I have a model with a DateTimeField object, and for the form related to that model, I want to use a DateTimePicker widget from here: http://www.malot.fr/bootstrap-datetimepicker/ The html for this widget should be: <div id="div_id_start_time" class="form-group"> <label for="id_start_time" class="control-label col-lg-2">Start Time</label> <div class="col-lg-5 input-append input-group date form_datetime" data-date-format="dd MM yyyy - HH:ii P"