-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation or design issue? #114
Comments
We can also write the first example like this: # Use the schedule wrapper
from django_q.tasks import schedule
schedule('math.copysign',
2, -2,
hook='hooks.print_result',
schedule_type='D') |
I think thats more recommended 😄 |
Yes please. I'm travelling so any help is welcome. |
pull request is up #115 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a scheduled task you give the example (first one).
However Schedule.DAILY is not imported here, so this should be
While your second example
Does idd only need the single import. I think it's more recommended to only use the second option
The text was updated successfully, but these errors were encountered: