aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/serve.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement `gmg serve` and `gmg celery`.Ben Sturmfels2021-09-171-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 Sturmfels2021-03-051-2/+1
|
* Switch from Paste for serving to WaitressChristopher Allan Webber2016-02-191-1/+0
| | | | | Incredibly, it looks like none of our documentation has to change taking this route...!
* Implement ServeCommand.{loadserver, loadapp}.Berker Peksag2014-08-151-4/+7
| | | | This is partly port from PasteScript.
* Add an initial "gmg serve" implementation.Berker Peksag2014-08-151-0/+63
The CLI is similar to "paster serve".