Go to file
2023-03-22 10:12:11 +01:00
.github/workflows update docs 2023-01-21 14:49:00 +01:00
actix_admin_macros revert sea-orm because of issue with table list 2023-03-20 18:54:03 +01:00
docs include templates in library statically 2023-03-20 17:42:10 +01:00
examples render_partial if hx-target header detected in req 2023-03-20 18:29:37 +01:00
src fix dropdowns in table header 2023-03-22 10:12:11 +01: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 revert sea-orm because of issue with table list 2023-03-20 18:54:03 +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/.