Skip to content

Commit 0791146

Browse files
megwill4268auvipy
authored andcommitted
Correcting example import location (#29)
1 parent 0073f40 commit 0791146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Important Warning about Time Zones
4242
To fix that you would have to reset the "last run time" for each periodic
4343
task::
4444

45-
>>> from django_celery_beat import PeriodicTask, PeriodicTasks
45+
>>> from django_celery_beat.models import PeriodicTask, PeriodicTasks
4646
>>> PeriodicTask.objects.all().update(last_run_at=None)
4747
>>> PeriodicTasks.changed()
4848

0 commit comments

Comments
 (0)