Go to file
2023-01-15 14:18:46 +01:00
actix_admin_macros add possibility to hide column in list 2023-01-15 14:18:46 +01:00
docs add scripts & css as raw 2023-01-09 22:50:22 +01:00
examples add possibility to hide column in list 2023-01-15 14:18:46 +01:00
src add possibility to hide column in list 2023-01-15 14:18:46 +01:00
static implement column sorting 2023-01-13 21:11:42 +01:00
templates add possibility to hide column in list 2023-01-15 14:18:46 +01:00
tests implement column sorting 2023-01-13 21:11:42 +01:00
.gitignore implement file_upload field 2022-12-29 19:56:20 +01:00
Cargo.toml add scripts & css as raw 2023-01-09 22:50:22 +01:00
README.md update docs 2022-10-24 20:09:59 +02:00

Actix Admin

The actix-admin crate aims at creating a web admin interface similar to other admin interfaces (such as flask-admin in python).

Usage

See the documentation at https://mgugger.github.io/actix-admin/.

Example

Check the example and run with cargo run. The admin interface is accessible under localhost:5000/admin/.