qme.app package¶
Subpackages¶
Submodules¶
qme.app.api module¶
qme.app.config module¶
Copyright (C) 2020 Vanessa Sochat.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
qme.app.server module¶
Copyright (C) 2020 Vanessa Sochat.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
qme.app.server.
start
(port=5000, debug=True, queue=None, host=None)[source]¶ Start can be invoked when this file is executed (see __main__ below) or used as a function to programmatically start a server. If started via qme view, we can add the queue to the server. If you want to change the hostname, set the environment variable QME_HOSTNAME or set on command line with qme start.