This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |