From 19a887ebecd01bbce24ad492dc7886157a318c54 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 9 Apr 2014 15:01:00 +0000 Subject: [PATCH] in most casees runserver should listen to 2620 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c1487a21..7e241171 100644 --- a/README +++ b/README @@ -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