From 8ace3099b9944953019b362d274b87f2af472941 Mon Sep 17 00:00:00 2001 From: Quentin BEY Date: Thu, 29 Jan 2026 23:17:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(backend)=20ignore=20.venv=20in=20c?= =?UTF-8?q?ompile=20messages=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have to change the ignored files used in the compoilemessages command. uv is using .venv directory and not venv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb541ad..803565a 100644 --- a/Makefile +++ b/Makefile @@ -215,7 +215,7 @@ superuser: ## Create an admin superuser with password "admin" .PHONY: superuser back-i18n-compile: ## compile the gettext files - @$(MANAGE) compilemessages --ignore="venv/**/*" + @$(MANAGE) compilemessages --ignore=".venv/**/*" .PHONY: back-i18n-compile back-i18n-generate: ## create the .pot files used for i18n