piccolo_admin
piccolo_admin copied to clipboard
A powerful web admin for your database.
I just realised that the screenshot in the media storage docs no longer reflect how the UI actually looks. The options are: add a new screenshot and / or make...
We recently add translation support to Piccolo Admin. We'd love to add support for more languages. To do so, simply copy and modify one of the existing languages: https://github.com/piccolo-orm/piccolo_admin/blob/master/piccolo_admin/translations/data.py For...
Now we have some basic Cypress tests, it is worth investigating how we can run these as part of GitHub actions. Cypress tests can be notoriously slow, so we might...
Sorry for all the issues, but here’s another feature that would be nice. Make it so you can register a callback function for whenever an edit, deletion or addition to...
We added the ability to bulk modify rows: https://github.com/piccolo-orm/piccolo_admin/issues/158 Once we've merged these changes into Piccolo API, we should use the new API for bulk updates: https://github.com/piccolo-orm/piccolo_api/pull/145
Roadmap
- [x] Be able to bulk delete items in the admin - [x] Be able to bulk modify items in the admin - [x] Improve pagination when dealing with lots...
Sorry for all the issues, but would it be possible to add audit logs and password changing to piccolo admin
This is a big task, but unlocks a lot of great functionality in the admin. Piccolo doesn't have a particular column type for storing media (images, video etc). It's possible...
I'm seeing some (potentially) unexpected behavior when encountering database-level input validation errors. For example, if I have a table (app_user) whose `name` column has a uniqueness constraint on it, an...