Report from John / @Scotchester: On a fresh just backend setup (uv/venv), one contributor (John) hit migrations applying in the wrong order.
I believe it was trying to do the custom_user migration too early or too late, can't remember which
Next time this happens, capture the actual error and uv run ./manage.py showmigrations output so we can pin it down.
Report from John / @Scotchester: On a fresh
just backendsetup (uv/venv), one contributor (John) hit migrations applying in the wrong order.Next time this happens, capture the actual error and
uv run ./manage.py showmigrationsoutput so we can pin it down.