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:
33
33
34
34
::
35
35
36
- $ python -m django --version
36
+ $ python3 -m django --version
37
37
5.1.6
38
38
39
39
@@ -97,9 +97,9 @@ see the hello world example like this:
97
97
.. figure :: https://github.com/django-ve/django-helloworld/raw/master/docs/django_helloword.png
98
98
:width: 315px
99
99
:align: center
100
- :alt: A Django 'Hello World' program example
100
+ :alt: A Django 'Hello World' application example
101
101
102
- A Django 'Hello World' program example
102
+ A Django 'Hello World' application example
103
103
104
104
Also you can open in your web browser the URL http://127.0.0.1:8000/admin for access to
105
105
the *Django Admin Interface * like this:
@@ -172,6 +172,11 @@ Requesting the URL http://localhost:4000 with the following command:
172
172
::
173
173
174
174
$ curl localhost:4000
175
+
176
+ At which point you should see:
177
+
178
+ ::
179
+
175
180
Hello, world!
176
181
177
182
You can’t perform that action at this time.
0 commit comments