Skip to content

Commit a0249c9

Browse files
author
Pete Wildsmith
committed
replace hats with cats
1 parent 8097bc8 commit a0249c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ A *worker process* is a long-running process, implemented as a Django management
8383

8484
### Configuration
8585

86-
Jobs are configured in the Django `settings.py` file. The `JOBS` setting is a dictionary mapping a *job name* (eg `import_hats`) to a *list* of one or more task function paths. For example:
86+
Jobs are configured in the Django `settings.py` file. The `JOBS` setting is a dictionary mapping a *job name* (eg `import_cats`) to a *list* of one or more task function paths. For example:
8787

8888
JOBS = {
89-
'import_hats': ['apps.hat_hatter.import_hats.step_one', 'apps.hat_hatter.import_hats.step_two'],
89+
'import_cats': ['apps.cat_importer.import_cats.step_one', 'apps.cat_importer.import_cats.step_two'],
9090
}
9191

9292
### Job states

0 commit comments

Comments
 (0)