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

Static file doesnot load from CDN #15

Open belltagy opened 1 year ago

belltagy commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce 1- setup the package in your Django project 2-use it on a specific page open this page on the browser 2- press F12(go to developer tools ) you will see it doesnot loading Setup Information (please complete the following information):

belltagy commented 1 year ago

@monim67 @rymdhund I recommend change the source of cdn

monim67 commented 1 year ago

Which CDN isn't working? Which files are affected?

belltagy commented 1 year ago

Which CDN isn't working? Which files are affected? @monim67

https://cdn.jsdelivr.net/npm/flatpickr@4.5.2/dist/flatpickr.min.css I belive all under cdn.jsdelivr does not work I changed in my project to use Cloudflare instead

monim67 commented 1 year ago

I can access jsdelivr resources fine.