Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 883 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 883 Bytes

citation

Docker Build CI Coverage Status

Django app to track bibliometric metadata for publications that reference computational models.

Documentation

Documentation is available at Read the Docs

Build and test instructions

% ./build.sh # interpolate config templates
% docker-compose run --rm test # run all tests

Create schema or data migrations

% docker-compose run --rm test /code/make_migrations.py -n <name-of-migration>

If you leave out the -n <name> the migration filename will be autogenerated.