#!/bin/bash

# Django wrapper script for orthos server managmenent

sudo -i -u orthos DJANGO_SETTINGS_MODULE=orthos2.settings django-admin $@
