def create_admin(app=None): """Admin factory""" index_view = IndexView() return QuokkaAdmin( app, index_view=index_view, template_mode=app.config.get('FLASK_ADMIN_TEMPLATE_MODE') )