I\'m really new in programming and I wanted to follow the Djangogirls tutorial, but I\'m stucked now. In the tutorial, I am here:
To create a database
Also, upgrading Django solved my problem
On your terminal,
$ pip install -U Django
or see here