An open API service indexing awesome lists of open source software.

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.

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`