Runique Admin
Runique's admin generates a full CRUD interface from a declarative macro (admin!).
Minimal example
admin! {
users: users::Model => RegisterForm {
title: "Users"
}
}
| File | Contents |
|---|---|
| Setup | Wire the admin into an existing project, create a superuser |
| CLI | runique start command, general workflow |
| Daemon & generation | Generated files, watcher behaviour |
Macro admin! | Full syntax, required and optional fields |
| User creation | Full flow creation → email → activation, custom model |
| List view | Pagination, sorting, search, list_display, list_filter |
| Permissions | Roles, is_staff / is_superuser, runtime check |
| Templates | Template hierarchy, blocks, visual override |
| Roadmap | Planned features and beta status |