From 6c9152d8b08d687213107ad6f231ef5667940f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gremaud?= Date: Fri, 12 Jun 2026 02:53:43 +0200 Subject: [PATCH] fix: wrong makefile file location --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6f7c4d8..999eb09 100644 --- a/makefile +++ b/makefile @@ -5,4 +5,4 @@ help: @echo " make setup - Set up the application (migrate + ...)" setup: - /opt/uv/uv run python src/manage.py migrate + /opt/uv/uv run python highscore/manage.py migrate