Skip to content

Commit

Permalink
Merge #183 - Fix typo and correct default port in README
Browse files Browse the repository at this point in the history
Pull-request: #183
Signed-off-by: William Desportes <[email protected]>
  • Loading branch information
williamdes committed Jan 6, 2025
2 parents 1e1974f + 7daa8bb commit 0ff5467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ You might want to import some data to have at least some content on the website:
./manage.py loaddata pmaweb/fixtures/test_data.json
Once you have all dependencies, you can start development server:
Once you have all dependencies, you can start the development server:

.. code-block:: sh
./manage.py runserver
It will listed on port 8080 by default (you can change this by parameters).
It will listen on port 8000 by default (you can change this by parameters).

To run test-suite execute:
To run the test-suite execute:

.. code-block:: sh
Expand Down

0 comments on commit 0ff5467

Please sign in to comment.