Go to file
2023-08-24 14:26:58 +02:00
.github/workflows update docs 2023-01-21 14:49:00 +01:00
actix_admin_macros upgrade to sea-orm 0.12 and fix code 2023-08-23 20:46:45 +01:00
docs update docs 2023-07-17 18:04:52 +02:00
examples upgrade to sea-orm 0.12 and fix code 2023-08-23 20:46:45 +01:00
src upgrade to sea-orm 0.12 and fix code 2023-08-23 20:46:45 +01:00
tests upgrade to sea-orm 0.12 and fix code 2023-08-23 20:46:45 +01: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 upgrade to sea-orm 0.12 and fix code 2023-08-23 20:46:45 +01: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/.