From fa6474c413f26dea709e9c76a7e62fe842a4b4b3 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Fri, 25 Sep 2015 20:10:38 +0100 Subject: [PATCH] Changed port to 8001 --- run_web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_web.sh b/run_web.sh index 45e0d8f..3b38f21 100755 --- a/run_web.sh +++ b/run_web.sh @@ -1,2 +1,2 @@ #!/bin/sh -su -m djworker -c "python manage.py runserver_plus 0.0.0.0:8000" +su -m djworker -c "python manage.py runserver_plus 0.0.0.0:8001"