Skip to content

Latest commit

 

History

History
executable file
·
19 lines (11 loc) · 340 Bytes

notes.md

File metadata and controls

executable file
·
19 lines (11 loc) · 340 Bytes

Development


Filling in some data

Some stuff to do when startig from fresh for testing purposes.

Do this the following to populate some fund so uploadcsv does not complain of missing funds.

python manage.py populate

Coverage

coverage run --omit='*/venv/*' manage.py test
coverage report
coverage html