In my last article (February 2015), I explained how to create a simple
Django project ("atfproject") and
inside that, create a simple application (atfapp). The
application worked in that if you went to the URL
http://localhost:8000/hello/Reuven,
you got the text "hello, Reuven".