Ajout d'un filtre par proximité géographique

This commit is contained in:
Jean-Marie Favreau
2024-10-16 23:55:03 +02:00
parent fba52afbb0
commit 107c55863c
12 changed files with 3682 additions and 252 deletions

View File

@@ -55,6 +55,10 @@ create-categories:
docker exec -it $(BACKEND_APP_NAME) $(SHELL) "-c" \
"python3 manage.py runscript create_categories"
create-reference-locations:
docker exec -it $(BACKEND_APP_NAME) $(SHELL) "-c" \
"python3 manage.py runscript create_reference_locations"
build-dev:
DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 docker-compose -f docker-compose.yml up --build -d