#!/bin/sh

set -e

./django_restricted_resource/test_project/manage.py test -v2

