![]() |
Open Kilda Java Documentation
|
Namespaces | |
| exc | |
| flows | |
| login | |
| models | |
| neo4j_tools | |
| tests | |
| topology | |
| utils | |
Variables | |
| application = Flask(__name__) | |
| secret_key | |
| debug | |
| db = SQLAlchemy(application) | |
| settings = application.config.get('RESTFUL_JSON', {}) | |
| host | |
| app.application = Flask(__name__) |
Definition at line 27 of file __init__.py.
| app.db = SQLAlchemy(application) |
Definition at line 32 of file __init__.py.
| app.debug |
Definition at line 31 of file __init__.py.
| app.host |
Definition at line 56 of file __init__.py.
| app.secret_key |
Definition at line 28 of file __init__.py.
| app.settings = application.config.get('RESTFUL_JSON', {}) |
Definition at line 34 of file __init__.py.