Skip to content

Commit 08372c9

Browse files
authored
Update docs
1 parent 0b8472f commit 08372c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ In project.settings:
4343

4444
```python
4545
JOBS = {
46-
'my_job': ['project.common.jobs.my_task'],
46+
'my_job': {
47+
'tasks': ['project.common.jobs.my_task']
48+
},
4749
}
4850
```
4951

0 commit comments

Comments
 (0)