ckan / ckan-service-provider

A library for making web services that make functions available as synchronous or asynchronous jobs
http://ckan-service-provider.readthedocs.org
GNU Affero General Public License v3.0
21 stars 23 forks source link

fix log warning 'Importing flask.ext.login is deprecated' #42

Closed mkuder closed 6 years ago

mkuder commented 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.

davidread commented 6 years ago

Props for fixing this first! I've just merged #45 which is the same.