Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Correct runserver cmd to use the manage.py script that works
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Sep 19, 2016
1 parent 9a07423 commit 5289101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icekit/bin/runserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

exec python "$ICEKIT_DIR/manage.py" runserver "${@:-0.0.0.0:8080}"
exec python "$ICEKIT_DIR/bin/manage.py" runserver "${@:-0.0.0.0:8080}"

0 comments on commit 5289101

Please sign in to comment.