Skip to content

Commit 600e9be

Browse files
authored
fix project name [skip ci]
1 parent 24c516c commit 600e9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Finally, make sure that celery is running in the background. You can test with
7171

7272
```bash
7373
# celery.sh
74-
export DJANGO_SETTINGS_MODULE=apiary.settings
74+
export DJANGO_SETTINGS_MODULE=myproject.settings
7575
celery -A myproject worker -l info
7676
```
7777

0 commit comments

Comments
 (0)