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

Ensure gdpr compliance: local statics as an option #72

Closed ErrorInPersona closed 1 year ago

ErrorInPersona commented 2 years ago

PR Description

Add a local version of required static files to ensure gdpr compliance; see: https://rewis.io/urteile/urteil/lhm-20-01-2022-3-o-1749320/ Under european privacy law, using a CDN to serve static files is in violation of the GDPR if it is possible to serve the staticfiles by yourself without any bigger problems. With this pr an option is added to serve staticfiles locally instead via a cdn.

Purpose

Ensure compliance

Approach

Add all required files to the package, add an option to use them

Issues solved in this PR

-

What has Changed

monim67 commented 1 year ago

Resolved by alternative approach.