Skip to content

Commit

Permalink
Align readme and tox interactive, use Django default 127.0.0.1:8000 (#11
Browse files Browse the repository at this point in the history
)
  • Loading branch information
allcaps authored Jun 19, 2024
1 parent ccee2ae commit 5d2e346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ tox
or, you can run them for a specific environment `tox -e python3.11-django4.2-wagtail5.1` or specific test
`tox -e python3.11-django4.2-wagtail5.1-sqlite wagtail-translate.tests.test_file.TestClass.test_method`

To run the test app interactively, use `tox -e interactive`, visit `http://127.0.0.1:8020/admin/` and log in with `admin`/`changeme`.
To run the test app interactively, use `tox -e interactive`, visit `http://127.0.0.1:8000/admin/` and log in with `admin`/`changeme`.

### Project template

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ commands_pre =
python {toxinidir}/manage.py createcachetable

commands =
{posargs:python manage.py runserver 0.0.0.0:8020}
{posargs:python manage.py runserver}

setenv =
INTERACTIVE = 1

0 comments on commit 5d2e346

Please sign in to comment.