Go to file
2023-01-13 14:54:16 +01:00
actix_admin_macros fix pagination 2023-01-08 15:45:28 +01:00
docs add scripts & css as raw 2023-01-09 22:50:22 +01:00
examples fix auth example 2023-01-08 15:50:12 +01:00
src add more tests 2023-01-13 14:54:16 +01:00
static serve static files via actix_files 2023-01-11 20:30:33 +01:00
templates serve static files via actix_files 2023-01-11 20:30:33 +01:00
tests add more tests 2023-01-13 14:54:16 +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/.