We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22efb5 commit 2ca4e28Copy full SHA for 2ca4e28
pyproject.toml
@@ -95,6 +95,7 @@ python = [
95
"cd tests && python manage.py test --noinput --settings='test_app.settings_single_db'",
96
"cd tests && python manage.py test --noinput --settings='test_app.settings_multi_db'",
97
]
98
+runserver = ["cd tests && python manage.py runserver"]
99
100
101
# >>> Hatch Documentation Scripts <<<
0 commit comments