bloom_admin 0.1.0 copy "bloom_admin: ^0.1.0" to clipboard
bloom_admin: ^0.1.0 copied to clipboard

Automatic server-rendered HTML administration interface for Bloom web applications.

Changelog #

0.1.0 #

  • Initial release of bloom_admin: automatic, server-rendered HTML administration interface for Bloom applications.
  • Mirroring djangors-admin architecture with BloomAdminSite, BloomModelAdmin, and DefaultBloomModelAdmin.
  • Auto-generated changelist with pagination (limit/offset), multi-column ordering, search, and boolean filters.
  • Auto-generated add/change forms with field-type mapping from bloom_db FieldMeta.
  • Built-in CSRF token generation and server-side verification on all state-changing endpoints.
  • Single and bulk object deletion with referential integrity protection awareness (OnDelete.protect).
  • Safe-by-default server-side HTML rendering engine with strict auto-escaping.
0
likes
0
points
334
downloads

Publisher

unverified uploader

Weekly Downloads

Automatic server-rendered HTML administration interface for Bloom web applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#bloom #admin #server

License

unknown (license)

Dependencies

bloom_db, bloom_framework, crypto, meta

More

Packages that depend on bloom_admin