zuckerruebe / depot-commun

MIT License
0 stars 0 forks source link

Different settings for development and production #4

Open samuel-iseli opened 3 years ago

samuel-iseli commented 3 years ago

I would like to have different settings for development and production. We shoud have a basic settings file and variants for production, development and staging.

For development and unit tests it seems much easier for me to user sqlite database. Don't know how to use autogenerated test-db with postgres. Unfortunately the current model doesn't support sqlite. Will add another issue for that..