Closed jsws closed 6 years ago
Also in setting.py.template line 11 should DEBUG not be set to FALSE by default to avoid the human mistake of forgetting to change this parameter on production? Unless you argue otherwise could you change this with this pull request also
This pull request is an upgrade to the WebApp that allows it to work with the latest version of Django (1.11.6). This version is the last Python 2.7 long term support release, but will receive updates until at least April 2020.
This pull request also makes a few small changes to the WebApp:
reduction_viewer/views.py
lines 265-274 which make the loading of the run table a lot quicker. Running the WebApp on the same database with 390 runs, worst case it would take 7.5s to load, typically 4.0s. With these changes it takes worst case 1.5s, typically 300ms which is much more acceptable.This can be seen running on http://reducedev2.isis.cclrc.ac.uk:8080