I\'m trying to extend the flask-base project https://github.com/hack4impact/flask-base/tree/master/app. This uses the the application factory pattern in app/init.py and
Use url instead of endpoint
url
endpoint
adm = Admin(name='test',url='/db')