httpie for Django REST app test

Install or upgrade the httpie with pip to test RESTful Django application apis.

$ pip install --upgrade httpie

Then, with http command, the newly implemented apis can be tested as following.

$ http :8000/games/
$ http GET :8000/games/
$ http -b GET :8000/games/

The result will be formatted and colored texts on the screen.