fix: port 8000 -> 8001 (#5788)
This commit is contained in:
parent
b7dd8b9b95
commit
860e661cf5
|
@ -104,7 +104,7 @@ if [ -z "$EDITOR_VSCODE" ]; then
|
|||
echo
|
||||
echo "You can execute arbitrary commands now, e.g.,"
|
||||
echo
|
||||
echo " ietf/manage.py runserver 0.0.0.0:8000"
|
||||
echo " ietf/manage.py runserver 0.0.0.0:8001"
|
||||
echo
|
||||
echo "to start a development instance of the Datatracker."
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue