All posts

Piccolo Admin forms - downloading files!

Piccolo Admin lets you easily add custom forms to the UI - all you need to do is provide a Pydantic model and an endpoint.

Up until recently these forms could just return a string, which is shown to the user when the form is submitted.

You can now return files instead - see the docs.

This is really useful, especially for reporting purposes. For example, if your data science team needs a CSV report, we can build a custom form for them, so they can download the report whenever they want.

Posted on: 8 Oct 2024

Have any comments or feedback on this post? Chat with us on GitHub.