monim67 / django-flatpickr

Flatpicker based DatePickerInput, TimePickerInput and DateTimePickerInput with date-range-picker functionality for django >= 2.0
https://pypi.org/project/django-flatpickr/
MIT License
63 stars 11 forks source link

unnecessary JS static file in PyPi #14

Closed adi- closed 1 year ago

adi- commented 1 year ago

dist has js file in static folder. It is not necessary since it is downloaded from CDN.

monim67 commented 1 year ago

It's there if anyone wants to use it running Django's collectstatic command.

adi- commented 1 year ago

Right, but it is like 20% of plugin functionality. Localizations etc. needs to be downloaded.