mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
'pgadmin.utils.storage' has been renamed to 'pgadmin.utils.paths'. Resolved the typo.
This commit is contained in:
parent
9cdd1f8098
commit
512e11c47c
@ -191,8 +191,8 @@ def create_app(app_name=config.APP_NAME):
|
||||
db.init_app(app)
|
||||
Mail(app)
|
||||
|
||||
import pgadmin.utils.storage as storage
|
||||
storage.init_app(app)
|
||||
import pgadmin.utils.paths as paths
|
||||
paths.init_app(app)
|
||||
|
||||
# Setup Flask-Security
|
||||
user_datastore = SQLAlchemyUserDatastore(db, User, Role)
|
||||
|
Loading…
Reference in New Issue
Block a user