Created
May 25, 2018 12:27
-
-
Save marco-silva0000/29c0cdca717e1bd2a0138ad9c299fbaa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# tasks.py | |
from django.conf import settings | |
WATCHDOG_LOOKBACK_TIME = getattr(settings, 'WATCHDOG_LOOKBACK_TIME', 5) | |
def irrigigation_dispacher_verification_meh(minutes=WATCHDOG_LOOKBACK_TIME): | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment