Skip to content

Commit

Permalink
fix(makefile): add shell command to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenepix committed Jan 11, 2024
1 parent c86c7bc commit 7cadbbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ clean:
celery:
source .venv/bin/activate && watchfiles --filter python celery.__main__.main --args "-A tests.test_app worker --beat -l INFO"

shell:
source .venv/bin/activate && python tests/test_app/manage.py shell

test:
source .venv/bin/activate && python tests/test_app/manage.py test -v2 --keepdb --parallel

Expand Down

0 comments on commit 7cadbbd

Please sign in to comment.