Skip to content

Commit

Permalink
Document how to change the port
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 6, 2025
1 parent 0ff5467 commit 187186c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Once you have all dependencies, you can start the development server:
./manage.py runserver
It will listen on port 8000 by default (you can change this by parameters).
It will listen on port 8000 by default (or use: `./manage.py runserver 127.0.0.1:8080` for a different port).

To run the test-suite execute:

Expand Down

0 comments on commit 187186c

Please sign in to comment.