Skip to content

Commit 6dd5c78

Browse files
committed
update README
1 parent 58fadd3 commit 6dd5c78

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,17 @@ the usual localhost:8000.
210210
Tests
211211
-----
212212

213-
To run the tests::
213+
To run the tests:
214214

215-
python runtests.py
215+
.. code-block:: bash
216+
217+
uv run runtests.py
218+
219+
or
220+
221+
.. code-block:: bash
222+
223+
uv run tox
216224
217225
.. _django-multisite: https://github.com/ecometrica/django-multisite
218226
.. _cross-domain cookies: http://en.wikipedia.org/wiki/HTTP_cookie#Domain_and_Path

0 commit comments

Comments
 (0)