mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
[Fix],Correct read in Jinja configuration and update docs of SupersetAppInitializer (#8908)
This commit is contained in:
@@ -81,7 +81,7 @@ class SupersetAppInitializer:
|
||||
|
||||
def pre_init(self) -> None:
|
||||
"""
|
||||
Called after all other init tasks are complete
|
||||
Called before all other init tasks are complete
|
||||
"""
|
||||
wtforms_json.init()
|
||||
|
||||
@@ -90,7 +90,7 @@ class SupersetAppInitializer:
|
||||
|
||||
def post_init(self) -> None:
|
||||
"""
|
||||
Called before any other init tasks
|
||||
Called after any other init tasks
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user