We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566a116 commit 56032eaCopy full SHA for 56032ea
Makefile
@@ -1,3 +1,8 @@
1
+.PHONY: list up upd build stop down restart make-migrations migrate collectstatic shell logs create-super-user \
2
+ docker-stop-all create-schema test ruff-check ruff-fix ruff-format load-fixtures pre-commit-install \
3
+ dev-import-documents dev-quick-install lighthouse dev_update_vector_search docker-shell check make-messages \
4
+ compile-messages
5
+
6
list:
7
@echo "Available commands:"
8
@echo "up - Start the project"
0 commit comments