mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Remove typod module name
This commit is contained in:
parent
646e0746f1
commit
d83c561f9c
@ -175,7 +175,7 @@ Defining tasks
|
|||||||
Tasks are defined using the :meth:`django.tasks.task` decorator on a
|
Tasks are defined using the :meth:`django.tasks.task` decorator on a
|
||||||
module-level function::
|
module-level function::
|
||||||
|
|
||||||
from django_tasks import task
|
from django.tasks import task
|
||||||
|
|
||||||
|
|
||||||
@task()
|
@task()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user