Skip to content

Commit

Permalink
Updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Feb 11, 2025
1 parent b169572 commit 6888f7e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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!


Expand Down

0 comments on commit 6888f7e

Please sign in to comment.