Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla authored Sep 1, 2023
1 parent 258df3f commit 8a1d953
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
Django RQ Scheduler
===================
[![Django CI](https://github.com/dsoftwareinc/django-rq-scheduler/actions/workflows/test.yml/badge.svg)](https://github.com/dsoftwareinc/django-rq-scheduler/actions/workflows/test.yml)
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/cunla/b756396efb895f0e34558c980f1ca0c7/raw/django-rq-scheduler-4.json)
[![badge](https://img.shields.io/pypi/dm/django-rq-scheduler)](https://pypi.org/project/django-rq-scheduler/)
[![Open Source Helpers](https://www.codetriage.com/dsoftwareinc/django-rq-scheduler/badges/users.svg)](https://www.codetriage.com/dsoftwareinc/django-rq-scheduler)

Documentation can be found in https://django-rq-scheduler.readthedocs.io/en/latest/

> **Note**: Starting v2023.5.0, django-rq-scheduler does not require django-rq.
> All required views were migrated. Make sure to read the installation notes in the documentation.
> Particularly how to set up your `urls.py`.
> **Note** Starting v2023.1, requirement for rq_scheduler was removed and instead
> one of the django-rq workers should run with `--with-scheduler` parameter
> as mentioned [here](https://github.com/rq/django-rq#support-for-scheduled-jobs).

# Sponsor

django-rq-scheduler is developed for free.

You can support this project by becoming a sponsor using [this link](https://github.com/sponsors/cunla).


This project has been migrated to [django-tasks-scheduler](https://github.com/dsoftwareinc/django-tasks-scheduler).

0 comments on commit 8a1d953

Please sign in to comment.