DRF

live preview

Local dev

python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 ./manage.py migrate
yarn bootstrap