smartsexplore package

smartsexplore.create_app(test_config=None, instance_path=None)flask.app.Flask

Creates the SMARTSexplore Flask app. Configurable via a config.py file or the test_config parameter. Read the code for available options.

Parameters
  • test_config – An optional Flask config mapping to use for test purposes.

  • instance_path – An optional override on the Flask instance path. Useful for testing.

Returns

A fully created and configured SMARTSexplore Flask app.