in most casees runserver should listen to 2620

This commit is contained in:
j 2014-04-09 15:01:00 +00:00
parent abbda91bef
commit 19a887ebec
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -155,7 +155,7 @@ to apply them.
=== Development ===
in one terminal:
./manage.py runserver
./manage.py runserver 2620
and background task in another:
./manage.py celeryd -B -Q celery,default,encoding -l INFO