We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0073f40 commit 0791146Copy full SHA for 0791146
README.rst
@@ -42,7 +42,7 @@ Important Warning about Time Zones
42
To fix that you would have to reset the "last run time" for each periodic
43
task::
44
45
- >>> from django_celery_beat import PeriodicTask, PeriodicTasks
+ >>> from django_celery_beat.models import PeriodicTask, PeriodicTasks
46
>>> PeriodicTask.objects.all().update(last_run_at=None)
47
>>> PeriodicTasks.changed()
48
0 commit comments