#!/bin/sh

set -e

cd django_restricted_resource
python3 test_project/manage.py test -v2

