summaryrefslogtreecommitdiffstats
path: root/ogcp/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Add WoL actionRoberto Hueso Gómez2020-09-041-0/+8
| | | | | | 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 basic backend structureRoberto Hueso Gómez2020-08-311-0/+6
This adds views functions and ogServer config loading.