Skip to content

Commit 6888f7e

Browse files
committed
Updated README file
1 parent b169572 commit 6888f7e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ And later to test the Django Installation is done with the following command:
3333

3434
::
3535

36-
$ python -m django --version
36+
$ python3 -m django --version
3737
5.1.6
3838

3939

@@ -97,9 +97,9 @@ see the hello world example like this:
9797
.. figure:: https://github.com/django-ve/django-helloworld/raw/master/docs/django_helloword.png
9898
:width: 315px
9999
:align: center
100-
:alt: A Django 'Hello World' program example
100+
:alt: A Django 'Hello World' application example
101101

102-
A Django 'Hello World' program example
102+
A Django 'Hello World' application example
103103

104104
Also you can open in your web browser the URL http://127.0.0.1:8000/admin for access to
105105
the *Django Admin Interface* like this:
@@ -172,6 +172,11 @@ Requesting the URL http://localhost:4000 with the following command:
172172
::
173173

174174
$ curl localhost:4000
175+
176+
At which point you should see:
177+
178+
::
179+
175180
Hello, world!
176181

177182

0 commit comments

Comments
 (0)