AV_SCUA is a catalog of audio-visual materials held in the Iowa State University Library's Special Collections and Archives built with Django and the Django REST framework.
> git clone https://github.com/isu-meta/av_scua.git
> cd av_scua
> python -m venv env_av_scua
> env_av_scua\
> pip install -r requirements.txt
> pip install -r requirements-dev.txt
With the environment created, run the Django development server.
> python manage.py runserver
To change the filterable fields, navigate to dtable.html and modify the javascript generated table data:
> '<td align="right" width="150">UID:</td>'+
> '<td>'+d.uid+'</td>'+
https://mddocs.readthedocs.io/en/latest/scua.html#av-database