Skip to content

Latest commit

 

History

History

django

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Django + Rwf

This application demonstrates how to run Django (and any other WSGI application) with Rwf.

Quick start

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