Skip to content

Commit

Permalink
Using gunicorn instead of ./manage.py runserver
Browse files Browse the repository at this point in the history
  • Loading branch information
annttu committed Apr 14, 2012
1 parent 8e63c9c commit 720c7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-sikteeri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ if [[ -z $PORT ]]; then
PORT=12765
fi

./manage.py runserver $PORT || fail "Starting server failed"
gunicorn_django -b 127.0.0.1:$PORT || fail "Starting server failed"

0 comments on commit 720c7ab

Please sign in to comment.