Go to file
2023-06-19 08:30:32 +02:00
.github/workflows update docs 2023-01-21 14:49:00 +01:00
actix_admin_macros initial filter implementation 2023-06-16 16:17:28 +02:00
docs update sea-orm and fix empty list when no searchable conditions 2023-06-15 11:33:08 +02:00
examples initial filter implementation 2023-06-16 16:17:28 +02:00
src fix double form search tag 2023-06-19 08:30:32 +02:00
tests keep list params while in edit or show 2023-02-03 17:48: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 initial filter implementation 2023-06-16 16:17:28 +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/.