Skip to content

Commit

Permalink
Ignore venv when compiling messges
Browse files Browse the repository at this point in the history
  • Loading branch information
murdo-moj committed Aug 20, 2024
1 parent 76cc543 commit b5f424b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1,554 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ setup_waffle_switches:

# Run makemessages
messages:
poetry run python manage.py makemessages --locale=en
poetry run python manage.py makemessages --locale=en --ignore venv

# Compile messages
compilemessages:
Expand Down
Loading

0 comments on commit b5f424b

Please sign in to comment.