Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 376 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 376 Bytes

Christopher

Christopher is a backend of RCRS-Webviwer.

Deployment:

    make deploy

Add Competition:

    python manage.py shell
    # ADD COMPETITION 
    >>> from christopher.models import competition
    >>> competition.objects.create(<ARGS>);

    # COPY zipped JLog files into web_viewer_logs
    python manage.py prepare <COMPEITION_ID>