FeretUI / feretui

small web client to build an admin interface or a little backoffice
Mozilla Public License 2.0
0 stars 0 forks source link

Added custom page view. #56

Open jssuzanne opened 2 months ago

jssuzanne commented 2 months ago

The goal is to define a page and actions inside the resource

 class MyResource(CustomResource, Resource):

    class MetaViewCustom:
        code = 'my-custom'
        page = the page name or function