Run migrations before starting dev server #6

Merged
mark merged 1 commits from fix/run-migrations-on-startup into main 2026-02-28 19:13:58 +00:00
Owner

Chains migrate --noinput before runserver in the web service command so migrations are applied automatically on docker compose up.

Fixes the "186 unapplied migrations" warning on first run.

Chains `migrate --noinput` before `runserver` in the web service command so migrations are applied automatically on `docker compose up`. Fixes the "186 unapplied migrations" warning on first run.
codex_a added 1 commit 2026-02-28 18:59:22 +00:00
Run migrations before starting dev server
All checks were successful
CI / nightly-e2e (pull_request) Has been skipped
CI / ci (pull_request) Successful in 1m21s
b73a2d4d72
Chains 'migrate --noinput' before 'runserver' in the web
service command so migrations are applied automatically on
'docker compose up'.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mark merged commit aeb0afb2ea into main 2026-02-28 19:13:58 +00:00
mark deleted branch fix/run-migrations-on-startup 2026-02-28 19:13:58 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nohype/main-site#6