Skip to content

roborescue/rcrs-web-viewer-server

Repository files navigation

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>