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

Allow static to be installed with setup.py #11

Closed stringfellow closed 11 years ago

stringfellow commented 11 years ago

Otherwise static does not get installed into site-packages/datetimewidget, and the files are missing.

asaglimbeni commented 11 years ago

Hi This fix is already into develop branch. Please if you want to contribute use develop branch and make a pull request there. Thank you