fix: make docker compose up work out of the box #13
Reference in New Issue
Block a user
Delete Branch "fix/dev-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes everything broken in local dev:
/static/and serves fromSTATIC_ROOT, which is empty withoutcollectstatic. Django'srunserverhandles it natively withDEBUG=True.runserverdoes not serveMEDIA_ROOTautomatically; uploaded images were 404ing.All previous fixes (playwright volume, seed on startup, site record) are already on main.