in most casees runserver should listen to 2620
This commit is contained in:
parent
abbda91bef
commit
19a887ebec
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -155,7 +155,7 @@ to apply them.
|
||||||
|
|
||||||
=== Development ===
|
=== Development ===
|
||||||
in one terminal:
|
in one terminal:
|
||||||
./manage.py runserver
|
./manage.py runserver 2620
|
||||||
|
|
||||||
and background task in another:
|
and background task in another:
|
||||||
./manage.py celeryd -B -Q celery,default,encoding -l INFO
|
./manage.py celeryd -B -Q celery,default,encoding -l INFO
|
||||||
|
|
Loading…
Reference in a new issue