diff --git a/bash/catfish.sh b/bash/catfish.sh index f5c2eb0..56e465a 100644 --- a/bash/catfish.sh +++ b/bash/catfish.sh @@ -9,7 +9,7 @@ ctp() { ctpr runtests ${@:2} elif [[ $1 == "run" ]]; then ctpr ${@:2} - elif [[ $1 == "manage" ]]; then + elif [ $1 == "manage" ] || [ $1 == "manage.py" ]; then ctpr manage.py ${@:2} elif [[ $1 == "migrate" ]]; then ctpr manage.py migrate ${@:2}