Closed mkuder closed 6 years ago
When using ckan-service-provider with datapusher, log warnings of type ExtDeprecationWarning: Importing flask.ext.login is deprecated, use flask_login instead are generated. As per suggestion, the flask_login replacement was made which fixes it.
ExtDeprecationWarning: Importing flask.ext.login is deprecated, use flask_login instead
Props for fixing this first! I've just merged #45 which is the same.
When using ckan-service-provider with datapusher, log warnings of type
ExtDeprecationWarning: Importing flask.ext.login is deprecated, use flask_login instead
are generated. As per suggestion, the flask_login replacement was made which fixes it.