From 03d318fb24c7f7122a8f2558c83f1dfc2ec47f14 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Sun, 11 Dec 2022 23:05:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b940f0..5a3ef9a 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ pip install -r requirements.txt -r requirements-test.txt tox # or python runtests.py +# or +python -m django test --settings "tests.settings" ``` ### Update translations - Run `tox -e translations` *(if the translations files are not up-to-date, the `lint` step in the CI will fail)*