django-bootstrap-datepicker-plus icon indicating copy to clipboard operation
django-bootstrap-datepicker-plus copied to clipboard

Replace CDN with Local Static Files

Open nschaeferComnet opened this issue 2 years ago • 1 comments

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

nschaeferComnet avatar May 04 '22 11:05 nschaeferComnet

Fixed this in my fork

JV-Cunha avatar May 15 '22 01:05 JV-Cunha

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

monim67 avatar Nov 12 '22 17:11 monim67