diff options
author | 2024-06-07 21:28:29 +0100 | |
---|---|---|
committer | 2024-06-07 21:28:29 +0100 | |
commit | 369853209f930cdd6238d4314a0c67441335d01b (patch) | |
tree | 0536ea0dd7ceccca6a156f561c525ef0792b17e2 /pyproject.toml | |
parent | Merge pull request #1335 from python-discord/dependabot/pip/ruff-0.4.8 (diff) | |
parent | Update taskipy start task to remove redundant --debug flag (diff) |
Merge pull request #1338 from python-discord/jb3/deployment/gunicorn-from-docker
Update production deployment configuration
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 73f15977..4d647855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ select = ["ANN", "B", "C4", "D", "DJ", "DTZ", "E", "F", "ISC", "INT", "N", "PGH" "pydis_site/apps/api/models/bot/off_topic_channel_name.py" = ["RUF001"] [tool.taskipy.tasks] -start = "python manage.py run --debug" +start = "python manage.py run" makemigrations = "python manage.py makemigrations" django_shell = "python manage.py shell" test = "coverage run manage.py test" |