Skip to content

Commit

Permalink
Add 'run django dev server' command to taskipy tasks
Browse files Browse the repository at this point in the history
A command line command was added to the pyproject.toml file to help developers quickly and easily initiate the Django development server. This addition to the taskipy tasks should help streamline the development process and make the local running and testing of the Django application more efficient.
  • Loading branch information
lipemorais committed Apr 14, 2024
1 parent e25fe9c commit c031890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ build-backend = "poetry.core.masonry.api"

[tool.taskipy.tasks]
docs = { cmd = "mkdocs serve", help = "run documentation server" }
r = { cmd = "python first_api/manage.py runserver", help = "run django dev server" }

0 comments on commit c031890

Please sign in to comment.