Ajout de scripts de traduction
This commit is contained in:
parent
3a78972391
commit
f9a72a4115
8
Makefile
8
Makefile
@ -63,6 +63,14 @@ cleanup-unused-media:
|
||||
docker exec -it $(BACKEND_APP_NAME) $(SHELL) "-c" \
|
||||
"python3 manage.py cleanup_unused_media"
|
||||
|
||||
make-translations:
|
||||
docker exec -it $(BACKEND_APP_NAME) $(SHELL) "-c" \
|
||||
"python3 manage.py makemessages --locale fr"
|
||||
|
||||
build-translations:
|
||||
docker exec -it $(BACKEND_APP_NAME) $(SHELL) "-c" \
|
||||
"python3 manage.py compilemessages"
|
||||
|
||||
build-dev:
|
||||
DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 docker compose -f docker-compose.yml up --build -d
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user