File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
104104Also you can open in your web browser the URL http://127.0.0.1:8000/admin for access to
105105the *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
You can’t perform that action at this time.
0 commit comments