Flask Configuration MechanismΒΆ
β―οΈ config_flask is toolset for configuration setup of Flask App.
Developed in π python code.
The README is used to introduce the modules and provide instructions on how to install the modules, any machine dependencies it may have and any other information that should be provided before the modules are installed.
InstallationΒΆ
Navigate to release page download and extract release archive π¦.
To install config_flask π¦ type the following
tar xvzf config_flask-x.y.z.tar.gz
mv config_flask-x.y.z/app_server/configuration /FlaskApp/app_server/
You can use Docker to create image/container π’.
Package structureΒΆ
π§° Expected configuration structure
app_server/
βββ configuration/
βΒ Β βββ database/
βΒ Β βΒ Β βββ development_config.py
βΒ Β βΒ Β βββ __init__.py
βΒ Β βΒ Β βββ production_config.py
βΒ Β βΒ Β βββ test_config.py
βΒ Β βββ development_config.py
βΒ Β βββ __init__.py
βΒ Β βββ mail/
βΒ Β βΒ Β βββ development_config.py
βΒ Β βΒ Β βββ __init__.py
βΒ Β βΒ Β βββ production_config.py
βΒ Β βΒ Β βββ test_config.py
βΒ Β βββ production_config.py
βΒ Β βββ test_config.py
βββ __init__.py
Copyright and licenceΒΆ
Copyright (C) 2018 by vroncevic.github.io/config_flask
config_flask is free software; you can redistribute it and/or modify it under the same terms as Python itself, either Python version 2.x/3.x or, at your option, any later version of Python 3 you may have available.
π π π Lets help and support PSF.