adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
95 stars 34 forks source link

Migrate from non-maintained django-q to django-q2 #99

Closed adamspd closed 6 months ago

adamspd commented 6 months ago

Describe the bug Django Q2 is a fork of Django Q. Big thanks to Ilan Steemers for starting this project. Unfortunately, development has stalled since June 2021. Django Q2 is the new updated version of Django Q, with dependencies updates, docs updates and several bug fixes. Original repository: https://github.com/Koed00/django-q For example, because of this stalling, incompatibility with django 5.0.2 is found (usage of baseconv, which was deprecated).

Possible Solution

Migration documentation