https://github.com/txbm/flask-multiconfig
Multi-source / multi-environment configuration manager for Flask.
https://github.com/txbm/flask-multiconfig
Last synced: about 1 year ago
JSON representation
Multi-source / multi-environment configuration manager for Flask.
- Host: GitHub
- URL: https://github.com/txbm/flask-multiconfig
- Owner: txbm
- License: other
- Created: 2012-11-29T00:23:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-06T10:17:32.000Z (almost 13 years ago)
- Last Synced: 2025-02-12T12:16:54.746Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flask MultiConfig
=============
This is the beginning of a somewhat advanced configuration library for Flask
that mainly tries to separate out the logic for environments and modes.
In doing so, it gives the flexibility to specify varying sources of config
data based not only on the environment the app is running, but also the mode
you would like to simulate.
In other-words:
Development-Local would be one combination of settings / config source
Testing-Local is another
Production-Remote is what you want live
Production-Local is a way to ensure production settings have no errors
Check out the implementation if you're more curious than that. Detailed docs
are a long way off until I have more free time.