Created
May 25, 2018 12:26
-
-
Save marco-silva0000/bc7443f18d495cb5accfb5d632af7424 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 | |
def irrigigation_dispacher_verification_meh(minutes=getattr(settings, 'WATCHDOG_LOOKBACK_TIME', 5)): | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment