asaglimbeni / django-datetime-widget

Bootstrap django-datetime-widget is a simple and clean widget for DateField, Timefiled and DateTimeField in Django framework. It is based on Bootstrap datetime picker, supports both Bootstrap 3 and Bootstrap 2
Other
219 stars 125 forks source link

Fixes #61. Removes inline js. #98

Closed ScottEAdams closed 7 years ago

ScottEAdams commented 7 years ago

Very simple fix that moves the options to data attributes as mentioned in issue #61 and then pulls in a separate init file to do the magic.

ScottEAdams commented 7 years ago

has bugs. created a new picker for my needs instead.