Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add WoL action | Roberto Hueso Gómez | 2020-09-04 | 1 | -0/+5 |
| | | | | | | This action can be applied on one or multiple scopes. This implementation use Flask-WTF as a way to build and valdiate forms. As a side effect, this adds CSRF protection to all forms. | ||||
* | Add requirements.txt | Roberto Hueso Gómez | 2020-08-31 | 1 | -0/+14 |
These are the basic libraries this app needs in order to run: - Flask - requests - Flask-Babel the rest of libraries are dependencies of theirs. |