Skip to content

Commit

Permalink
added django-cmd to ease up development
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Dec 20, 2024
1 parent 052d21b commit d1b2b35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ django-coverage-plugin = "^3.1.0"
pytest-asyncio = "^0.24.0"
pre-commit = "^4.0.1"
invoke = "^2.2.0"
django-cmd = "^2.2"


[tool.poetry.group.docs.dependencies]
Expand Down Expand Up @@ -100,3 +101,6 @@ parallel = true

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["E402", "F401", "F403"]

[tool.django]
settings_module = "tests.settings.sqlite"

0 comments on commit d1b2b35

Please sign in to comment.