Source code for the Django REST framework tutorial.
To make it work in Mac OS Sonoma 14.5 with Python 3.10.13, I had to run these commands to install requirements:
- brew install postgresql
- echo "cython<3" > /tmp/constraint.txt
- PIP_CONSTRAINT=/tmp/constraint.txt pip install -r requirements.txt