Go to file
2023-07-05 20:23:22 +02:00
.github/workflows update docs 2023-01-21 14:49:00 +01:00
actix_admin_macros add dropdown for custom filters 2023-07-04 19:49:26 +02:00
docs add example for custom filter to the docs 2023-07-04 19:54:37 +02:00
examples fix parse of datetime 2023-07-05 20:23:22 +02:00
src add dropdown for custom filters 2023-07-04 19:49:26 +02:00
tests remove unnecessary trait 2023-06-27 13:05:44 +02:00
.gitignore update gitignore 2023-01-17 12:58:50 +01:00
.gitmodules fix cargo macro version 2023-01-17 12:08:24 +01:00
Cargo.toml add dropdown for custom filters 2023-07-04 19:49:26 +02:00
README.md fix cargo.toml version 2023-01-17 12:13:13 +01:00

Actix Admin

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

Usage

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

Example

Check the example and run with cargo run --example basic from the root folder. The admin interface is accessible under localhost:5000/admin/.