Skip to content

Commit

Permalink
Compile messages by changing dir to apps (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
allcaps authored Nov 9, 2023
1 parent 153caf0 commit 1f4458d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ frontend:
npm ci
npm run build

backend:
backend: compilemessages
poetry install
poetry run python manage.py migrate
poetry run python manage.py createcachetable
poetry run python manage.py createsuperuser
poetry run python manage.py compilemessages

run:
poetry run python manage.py runserver
Expand Down

0 comments on commit 1f4458d

Please sign in to comment.