running celeryd with -l INFO is better for testing
This commit is contained in:
parent
334985affe
commit
abbda91bef
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -158,7 +158,7 @@ to apply them.
|
||||||
./manage.py runserver
|
./manage.py runserver
|
||||||
|
|
||||||
and background task in another:
|
and background task in another:
|
||||||
./manage.py celeryd -B -Q celery,default,encoding
|
./manage.py celeryd -B -Q celery,default,encoding -l INFO
|
||||||
|
|
||||||
now you can access your local pandora instace at http://127.0.0.1:8000/
|
now you can access your local pandora instace at http://127.0.0.1:8000/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue