django-bootstrap3-datetimepicker icon indicating copy to clipboard operation
django-bootstrap3-datetimepicker copied to clipboard

Project seems dead ... what fork to use instead?

Open wimglenn opened this issue 7 years ago • 1 comments
trafficstars

No activity on Pull requests for years and no releases pushed to PyPI recently, and code is completely broken on recent versions of Django. Please comment here if you know of a fork or drop-in replacement. Thanks!

wimglenn avatar Feb 21 '18 21:02 wimglenn

For a drop in replacement, consider https://github.com/inducer/django-bootstrap3-datetimepicker. It's a compatible fork with several js and python changes for recent compatibility. It's also available in this repo as PR #32 .

For slightly different functionality, you could consider this incompatible fork: https://github.com/tutorcruncher/django-bootstrap3-datetimepicker . That fork is on PyPI as django-bootstrap3-datetimepicker-2 . It works a bit differently, but is up to date with both the latest Django and bootstrap datetime picker.

aisipos avatar Feb 22 '18 01:02 aisipos