monim67 / django-bootstrap-datepicker-plus

Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0
https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
MIT License
223 stars 61 forks source link

Replace CDN with Local Static Files #76

Closed nschaeferComnet closed 1 year ago

nschaeferComnet commented 2 years ago

Is your feature request related to a problem? Please describe. form.media includes lib's from the CDN, so it wont work when the usage is local

Describe the solution you'd like Can we have a way to overwrite the form.media to use local static paths instead of the usage of CDN?

Additional context Local Files would prevent unwanted changes as happened before with for example NPM packages

JV-Cunha commented 2 years ago

Fixed this in my fork

monim67 commented 1 year ago

From version 5.0.0 media urls can be overridden to use local static path. Details on customization.