Switch from Paste for serving to Waitress

Incredibly, it looks like none of our documentation has to change taking
this route...!
This commit is contained in:
Christopher Allan Webber
2016-02-17 17:39:32 -08:00
parent 149f46f7d5
commit d61778a489
6 changed files with 17 additions and 85 deletions

View File

@@ -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):