mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Adds croniter install note
This commit is contained in:
@@ -88,6 +88,9 @@ Optional
|
||||
|
||||
|
||||
|
||||
|
||||
.. _croniter_package:
|
||||
|
||||
- `Croniter <https://github.com/kiorky/croniter>`__ is an optional package that is used to parse cron expressions for the scheduler::
|
||||
|
||||
$ pip install croniter
|
||||
|
||||
@@ -95,6 +95,10 @@ Or you can make a wrapper function which you can then schedule in Django Q:
|
||||
|
||||
Check out the :ref:`shell` examples if you want to schedule regular shell commands
|
||||
|
||||
.. note::
|
||||
|
||||
Schedules needs the optional :ref:`Croniter<croniter_package>` package installed to parse cron expressions.
|
||||
|
||||
Reference
|
||||
---------
|
||||
|
||||
@@ -223,6 +227,6 @@ Reference
|
||||
|
||||
.. py:attribute:: CRON
|
||||
|
||||
`'C'` uses the optional `croniter` package to determine a schedule based a cron expression.
|
||||
`'C'` uses the optional `croniter` package to determine a schedule based on a cron expression.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user