diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-01-11 00:58:47 +0200 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-01-11 00:58:47 +0200 |
commit | 2885632e318be6a0fef25f8fddaeedc30d6ff157 (patch) | |
tree | 4a61b5f768c3f2dcffb5711038f30aa5235b1411 | |
parent | 8b4007ff69f6b58a2c1ac83513d2442d1e43fcfe (diff) | |
download | apscheduler-2885632e318be6a0fef25f8fddaeedc30d6ff157.tar.gz |
Added mention of django-apscheduler to README
Closes #311.
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |