starlette-admin — Easy Playground
Admin interface for Starlette/FastAPI applications
Getting started with starlette-adminRun locally
Install
pip install starlette-adminPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: starlette_admin)
starlette-admin is a third-party package. Admin interface for Starlette/FastAPI applications. Install with: pip install starlette-admin
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?