diff --git a/README.rst b/README.rst index 407006b889da35d6a60b4d57023e80d236f8fa50..b43677a7c3eea793b7006246391011bdff9f7f63 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ helloworld ========== -A Djanfo hello world example +A Django hello world example Followed by:: @@ -42,8 +42,11 @@ After which you can run:: And open the following URL in your web browser: - - http://127.0.0.1:8000/admin/ + - http://127.0.0.1:8000/ -And open the following URL in your web browser for see the hello world example: +And you can see the hello world example like this : - - http://127.0.0.1:8000/ +.. image:: docs/django_helloword.png + :width: 332px + :align: center + :alt: A Django 1.4 'Hello World' example diff --git a/docs/django_helloword.png b/docs/django_helloword.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd26cbd7b8e4fdf4928fdde546e1b8ccbbdea45 Binary files /dev/null and b/docs/django_helloword.png differ