Go to file
2023-01-08 15:45:28 +01:00
actix_admin_macros fix pagination 2023-01-08 15:45:28 +01:00
docs cleanup examples 2022-11-08 17:10:27 +01:00
examples fix pagination 2023-01-08 15:45:28 +01:00
src fix pagination 2023-01-08 15:45:28 +01:00
static add initial crate documentation 2022-09-02 17:06:13 +02:00
templates fix pagination 2023-01-08 15:45:28 +01:00
tests implement file_upload field 2022-12-29 19:56:20 +01:00
.gitignore implement file_upload field 2022-12-29 19:56:20 +01:00
Cargo.toml update sea-orm 2022-12-31 16:48:44 +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/.