This application demonstrates how to run Django (and any other WSGI application) with Rwf.
Create a virtual environment:
python3 -m venv venvActivate the venv and install dependencies:
source venv/bin/activate
pip install -r requirements.txtRun the app:
cargo run