https://github.com/paylogic/settei-example
A minimal Flask app which illustrates the use of settei.
https://github.com/paylogic/settei-example
Last synced: about 1 year ago
JSON representation
A minimal Flask app which illustrates the use of settei.
- Host: GitHub
- URL: https://github.com/paylogic/settei-example
- Owner: paylogic
- Archived: true
- Created: 2014-03-27T10:37:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-29T11:29:33.000Z (about 12 years ago)
- Last Synced: 2025-02-21T21:38:08.366Z (over 1 year ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 20
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
settei-example
==============
A minimal Flask app which illustrates the use of [settei](https://github.com/paylogic/settei).
* Once cloning the project run `python setup.py install`.
* Currently settei is not on pypi so the best way is to install it by getting the package from github, which can be found [here](https://github.com/paylogic/settei).
* Start the app by running `python main.py`.
Another way is to run `ENV CONFIG_ENVIRONMENT='local' python script.py`