Skip to content

Commit

Permalink
Adds croniter install note
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Jul 2, 2020
1 parent f847974 commit 1fe17f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/install.rst
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion docs/schedules.rst
Expand Up @@ -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
---------

Expand Down Expand Up @@ -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.


0 comments on commit 1fe17f8

Please sign in to comment.