Skip to content

Commit

Permalink
fix(dev): fix import documents Makefile command
Browse files Browse the repository at this point in the history
Previously, this command would not work (`dev-mass-pdf-upload` was renamed to
`import-documents`). This brings the name of the Makefile command back in line
with the Django manage.py command.
  • Loading branch information
Restioson committed Oct 28, 2024
1 parent 607f718 commit 35da584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ dev-quick-install:
echo "Creating superuser"
@make create-super-user

dev-mass-pdf-upload:
@docker compose run --rm web python manage.py dev_pdf_mass_upload
dev-import-documents:
@docker compose run --rm web python manage.py import_documents general/tests/files/

dev_update_vector_search:
@docker compose run --rm web python manage.py dev_update_vector_search
Expand Down

0 comments on commit 35da584

Please sign in to comment.