From 6888f7eefd76b3dafa6a78d14475f4e70c2a1030 Mon Sep 17 00:00:00 2001 From: "Leonardo J. Caballero G" Date: Tue, 11 Feb 2025 14:21:37 +0100 Subject: [PATCH] Updated README file --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 63aecfb..ce14f58 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ And later to test the Django Installation is done with the following command: :: - $ python -m django --version + $ python3 -m django --version 5.1.6 @@ -97,9 +97,9 @@ see the hello world example like this: .. figure:: https://github.com/django-ve/django-helloworld/raw/master/docs/django_helloword.png :width: 315px :align: center - :alt: A Django 'Hello World' program example + :alt: A Django 'Hello World' application example - A Django 'Hello World' program example + A Django 'Hello World' application example Also you can open in your web browser the URL http://127.0.0.1:8000/admin for access to the *Django Admin Interface* like this: @@ -172,6 +172,11 @@ Requesting the URL http://localhost:4000 with the following command: :: $ curl localhost:4000 + +At which point you should see: + +:: + Hello, world!