pushed
zhengqunkoo/taxibros • 1:10 PM - Aug 6, 2018
This change adds practical PostgreSQL setup instructions to the README, including manual data directory initialization, starting the server, and creating the application user and database. It also documents a migration path from SQLite to PostgreSQL and calls out a subtle Django startup issue where converting QuerySets to lists too early can break migrations against an empty database. The result is clearer onboarding and fewer gotchas when switching the project to Postgres.
