You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
Thus making us more consistent with the approach recommended at http://flask.pocoo.org/docs/0.10/extensiondev/#the-extension-code
We should be able to enable the API in two ways:
MongoRest(app)
(already supported).api = Mongorest()
-> app creation (e.g.app = create_app('the-config.cfg')
) ->api.init_app(app)
.In the 1st case,
MongoRest
's__init__
should callinit_app
.See #55 for a proposed solution that unfortunately never made it to the master.
The text was updated successfully, but these errors were encountered: