#!/bin/sh

BASEDIR="$(dirname "$0")"

PYTHONPATH="$BASEDIR" python "${BASEDIR}/django_project/manage.py" test "$@"
