diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-17 17:39:32 -0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-19 10:22:14 -0800 |
commit | d61778a489f606f1bff4f01f250a0e3c4fb99e27 (patch) | |
tree | a4fe3a6a33ed9368476d452c5eab7a6e9c2238a1 /mediagoblin/gmg_commands | |
parent | 149f46f7d596fa9f61dca915845ba9318b327fdd (diff) | |
download | mediagoblin-d61778a489f606f1bff4f01f250a0e3c4fb99e27.tar.lz mediagoblin-d61778a489f606f1bff4f01f250a0e3c4fb99e27.tar.xz mediagoblin-d61778a489f606f1bff4f01f250a0e3c4fb99e27.zip |
Switch from Paste for serving to Waitress
Incredibly, it looks like none of our documentation has to change taking
this route...!
Diffstat (limited to 'mediagoblin/gmg_commands')
-rw-r--r-- | mediagoblin/gmg_commands/serve.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/serve.py b/mediagoblin/gmg_commands/serve.py index 64400fdd..6ded1cfc 100644 --- a/mediagoblin/gmg_commands/serve.py +++ b/mediagoblin/gmg_commands/serve.py @@ -29,7 +29,6 @@ class ServeCommand(object): return loadapp(app_spec, name=name, relative_to=relative_to, **kwargs) def daemonize(self): - # TODO: pass to gunicorn if available pass def restart_with_reloader(self): |