Go to file
2023-01-17 12:08:24 +01:00
.github/workflows Create rust.yml 2023-01-17 11:03:00 +01:00
actix_admin_macros bump version 2023-01-15 14:20:27 +01:00
docs fix cargo macro version 2023-01-17 12:08:24 +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
.gitmodules fix cargo macro version 2023-01-17 12:08:24 +01:00
Cargo.toml bump version 2023-01-15 14:20:27 +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/.