Skip to content

isu-meta/av_scua

Repository files navigation

AV_SCUA

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.

Developer set up

> 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

Changing filters

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>'+

Documentation

https://mddocs.readthedocs.io/en/latest/scua.html#av-database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published