daranguiz / barbell-io

Lift yourself up by your Bootstrap(s)
http://barbell.io
MIT License
1 stars 2 forks source link

Come up with a clever way to modularize and store configuration #25

Open kashev opened 7 years ago

kashev commented 7 years ago

Some ideas : http://flask.pocoo.org/docs/0.11/config/#configuration-best-practices

It would be cool to be able to just run ./manage.py runserver -d and have certain debug configurations loaded, and pass other flags, etc to the management script and change configuration that way.