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