This code is the Django Control Panel for the Managed Web Service (known as MWS3 during development). For information about the service, see http://mws-help.uis.cam.ac.uk/.
Developer documentation lives at https://uis-mws-panel.readthedocs.io/en/latest/.
It can be built locally via:
$ sphinx-build -a -v -b html doc/ build/doc/
$ open build/doc/index.htm # OS X
$ xdg-open build/doc/index.htm # Linux-y
This software is Copyright (C) University of Cambridge 2014-2016. It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
A copy of the GNU General Public License is available as the file GPL-3 in this repository.