whisker_serial_order.settings


Copyright © 2016-2018 Rudolf Cardinal (rudolf@pobox.com).

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Global settings for the serial order task.

whisker_serial_order.settings.get_output_directory() str[source]

Gets the output directory (where the safety copy of data is stored).

whisker_serial_order.settings.set_database_echo(echo: bool) None[source]

Sets the global database echo settings (for debugging).

whisker_serial_order.settings.set_database_url(url: str) None[source]

Sets the global SQLAlchemy database URL.

Parameters:

url – SQLAlchemy URL; see http://docs.sqlalchemy.org/en/latest/core/engines.html

whisker_serial_order.settings.set_output_directory(directory: str) None[source]

Sets the output directory (where the safety copy of data is stored).