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
218 stars 125 forks source link

doesn't work at all #66

Closed Alex-CodeLab closed 9 years ago

Alex-CodeLab commented 9 years ago

followed the instructions carefully, but nothing seems to work.

komackaj commented 9 years ago

What exactly doesn't work? Have you got any error message from Django or in JavaScript?

Could you setup a minimal case that doesn't work? It should include application's settings.py, models.py with dummy class with DateTimeField named datetime, forms.py + template as described in https://github.com/asaglimbeni/django-datetime-widget#basic-configuration and a view rendering it?

asaglimbeni commented 9 years ago

Please be more detailed in your issues report , it is not funny to report "doesn't work at all" when you aren't saying what is not working in you implementation. So we are happy to help to understand if there are any kind of bugs in this widget in order to improve the future release. Thank you