Application
init_app(app)
Initializes the SQL administration admin interface.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
app |
HestiaApp
|
The Hestia application. |
required |
Source code in hestia/extensions/sqladmin/application.py
31 32 33 34 35 36 37 38 39 40 41 42 |
|