summaryrefslogtreecommitdiffstats
path: root/ogcp/og_server.py
Commit message (Collapse)AuthorAgeFilesLines
* Add requests functionality to the OGServer classRoberto Hueso Gómez2020-09-021-0/+19
| | | | | These functions will be used to make HTTP GET and POST requests to the OGServer.
* Add basic backend structureRoberto Hueso Gómez2020-08-311-0/+15
This adds views functions and ogServer config loading.