Launch two terminals
In first terminal:
$ cd examples/django_rest_framework/backend/
$ bash load.sh
In second terminal:
$ cd examples/django_rest_framework/frontend/
$ python manage.py test frontend
After each test command, please re-run backend load command.