Abdul Monim
Abdul Monim
How to configure this on pywebcopy 7?
If we use domain_blacklist, resources from blacklisted domains don't get downloaded, but html links points to local resources which were not downloaded. ```html ```
Does `LANGUAGE_CODE` match with [available locales](https://github.com/moment/moment/tree/develop/locale)?
The problem is you are passing a list as format argument. You should pass a single format string. `format='%d/%m/%Y %H:%M'`
See the [instructions here](https://monim67.github.io/django-bootstrap-datepicker-plus/configure/). Select "I will add myself" for jQuery and Bootstrap, then add them to your template from your local server.
So it is working now?
It is better for everyone to serve files from CDN. As your project is offline, you need to serve these files from your static files directory, and edit the widget...
I understand your issue, editing installed packages is not good practice. But setting resources through options will only solve it partially for you but add complexity to current code. You...
> At least in the `BasePickerInput`, the media files could be configurable via settings. It will be available in the next release within a month or two.
I am gonna do it the first thing whenever I get time, kind of work-loaded right now. Mean-while if you are okay to use flatpickr instead, you can use [django-flatpickr](https://github.com/monim67/django-flatpickr)...