aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/serve.py
Commit message (Expand)AuthorAgeFilesLines
* Implement `gmg serve` and `gmg celery`.Ben Sturmfels2021-09-171-25/+25
* 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
* Implement ServeCommand.{loadserver, loadapp}.Berker Peksag2014-08-151-4/+7
* Add an initial "gmg serve" implementation.Berker Peksag2014-08-151-0/+63