python - how to add flask-login to flask-admin - Stack
https://stackoverflow.com/questions/32705440/how-to-add-flask-login-to-flask-admin
Sep 21, 2015 . Login works great on my standard views, and the admin works great, but i can't seem to add login to my admin/yikes!!! It seems straightforward flask admin docs but when I add this section. class MyView(BaseView): def is_accessible(self): return login.current_user.is_authenticated() def _handle_view(self, name, **kwargs): if not …
DA: 99 PA: 81 MOZ Rank: 60