Commit 4f6d1b4a authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

Make default project at install

parent 01e4418f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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