Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

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
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.