summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-01-11 00:58:47 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-01-11 00:58:47 +0200
commit2885632e318be6a0fef25f8fddaeedc30d6ff157 (patch)
tree4a61b5f768c3f2dcffb5711038f30aa5235b1411
parent8b4007ff69f6b58a2c1ac83513d2442d1e43fcfe (diff)
downloadapscheduler-2885632e318be6a0fef25f8fddaeedc30d6ff157.tar.gz
Added mention of django-apscheduler to README
Closes #311.
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0f4132a..2d7210e 100644
--- a/README.rst
+++ b/README.rst
@@ -45,6 +45,11 @@ APScheduler also integrates with several common Python frameworks, like:
`PySide2 <https://wiki.qt.io/Qt_for_Python>`_ or
`PySide <http://qt-project.org/wiki/PySide>`_)
+There are third party solutions for integrating APScheduler with other frameworks:
+
+* `Django <https://github.com/jarekwg/django-apscheduler>`_
+
+
.. [#f1] The cutoff period for this is also configurable.