We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The docker-compose.yml pulls postgres but the standard config uses sqlite.
docker-compose.yml
sqlite
Might be helpful to use a .env and something like django environ to implement 12-factor-style configuration.
I'm happy to submit a pull request for this if there is interest.
The
docker-compose.ymlpulls postgres but the standard config usessqlite.Might be helpful to use a .env and something like django environ to implement 12-factor-style configuration.
I'm happy to submit a pull request for this if there is interest.