Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `gmg serve` and `gmg celery`. | Ben Sturmfels | 2021-09-17 | 1 | -25/+25 |
| | | | | | | | There was an existing stub for `gmg serve`, but had never been completed. This will make it simpler to run the MediaGoblin web interface and media processing backend. | ||||
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -2/+1 |
| | |||||
* | Switch from Paste for serving to Waitress | Christopher Allan Webber | 2016-02-19 | 1 | -1/+0 |
| | | | | | Incredibly, it looks like none of our documentation has to change taking this route...! | ||||
* | Implement ServeCommand.{loadserver, loadapp}. | Berker Peksag | 2014-08-15 | 1 | -4/+7 |
| | | | | This is partly port from PasteScript. | ||||
* | Add an initial "gmg serve" implementation. | Berker Peksag | 2014-08-15 | 1 | -0/+63 |
The CLI is similar to "paster serve". |