LowieHuyghe / edmunds-python

Edmunds is a Flask based framework for building web applications with a firm structure to start from.
https://lowiehuyghe.github.io/edmunds-python/
Apache License 2.0
4 stars 1 forks source link

Improve configuration processing #76

Closed LowieHuyghe closed 7 years ago

LowieHuyghe commented 7 years ago

Improve configuration processing

app.config('app') should return dict of everything under app. Handle lists better!

LowieHuyghe commented 7 years ago

Done