islco / django-rq-scheduler

A database backed job scheduler for Django RQ and RQ Scheduler
MIT License
42 stars 46 forks source link

breaks with django 4 because of `ugettext_lazy` #48

Open cunla opened 2 years ago

cunla commented 2 years ago

ugettext_lazy should be changed to gettext_lazy

cunla commented 2 years ago

PR #49 fix it. Is anyone maintaining this repo?

cunla commented 2 years ago

I created this package in pypi to replace: https://pypi.org/project/django-rqscheduler4/

eskhool commented 2 years ago

@cunla please see #21. We are a startup team (with 3 django backend devs with varying experience) with business approval to maintain this project. Plan is to do weekly review of issues and daily fix releases. do you have sufficient bandwidth to maintain going forward or should we merge forces.

We are planning to maintain the fork at grocurv/django-rq-scheduler

Do join the conv. at #21

cunla commented 2 years ago

Hi, I replied on #49