def init_extra_views(app_): """Init any extra views needed by the app This should be used for any views that might use extension modules. """ mockups.init_mockup_views() filters.init_filter_views() converters.init_converter_views() cron.init_cron_views(app_) notifications.init_notification_views(app_) services_query.init_query_view(app_)