Skip to content

Commit 2ca4e28

Browse files
committed
Add runserver command
1 parent a22efb5 commit 2ca4e28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ python = [
9595
"cd tests && python manage.py test --noinput --settings='test_app.settings_single_db'",
9696
"cd tests && python manage.py test --noinput --settings='test_app.settings_multi_db'",
9797
]
98+
runserver = ["cd tests && python manage.py runserver"]
9899

99100

100101
# >>> Hatch Documentation Scripts <<<

0 commit comments

Comments
 (0)