Skip to content

Commit

Permalink
specify port
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhelmig committed Jul 8, 2012
1 parent 0d36f00 commit 1b0e32b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/runserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ export PYTHONPATH="./"

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TARGET=$DIR"/manage.py"
PORT='8080'

python $TARGET runserver --pythonpath="../"
python $TARGET runserver $PORT --pythonpath="../"

0 comments on commit 1b0e32b

Please sign in to comment.