Nicholas Ewing
Nicholas Ewing
Hi @TbusOS, It appears that your issue is not a result of an issue with this python file, but rather with how you are attempting to run the python file....
Resurfacing this because it has just hit me on my projects and the datepicker works on none of them now that the DOMNodeInserted event is deprecated; I'm currently looking for...
Update for anyone needing a temporary fix: I was able to add the following to my `BOOTSTRAP_DATEPICKER_PLUS` setting in `settings.py`: ```python BOOTSTRAP_DATEPICKER_PLUS = { ..., "app_static_url": f"http{'s' if not DEBUG...