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