Loading Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ install: ## installation des paquets et dépendances uv run python manage.py migrate uv run python manage.py loadfixtures @read -p "Do you want to create a django superuser? [y/N] " c; echo; if test "$$c" = "Y" || test "$$c" = "y"; then uv run python manage.py createsuperuser ; fi uv run python manage.py newjamaproject default .PHONY: install build-ui-front: ## compilation du front de l'appli ui Loading Loading
Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ install: ## installation des paquets et dépendances uv run python manage.py migrate uv run python manage.py loadfixtures @read -p "Do you want to create a django superuser? [y/N] " c; echo; if test "$$c" = "Y" || test "$$c" = "y"; then uv run python manage.py createsuperuser ; fi uv run python manage.py newjamaproject default .PHONY: install build-ui-front: ## compilation du front de l'appli ui Loading