Seti

Results 5 issues of Seti

Following the hint in the README to enter `help` at the Gallium debug prompt shows ``` Unknown command `help`. Executing `?` to obtain help. ``` before the help is shown.

This PR fixes some deprecations/changes that Django 2 introduced. If this PR is merged, it should be possible to use the Datacube UI with Django 2. The following points of...

Many of the mainstream Linux distributions like Debian and Ubuntu switched to Systemd as their default init-system as a replacement for SysVInit (or Upstart) 2-3 years ago. This PR adds...

This PR makes the location of the directory `ui_results` configurable. To achieve this, a new setting called `RESULTS_DATA_DIR` has been introduced in `settings.py`. It should contain the path to the...

Beginning with chapter [Array Indexing](https://juliastats.github.io/TimeSeries.jl/stable/indexing.html) in the documentation of the stable release, nearly all output of example code in the documentation consists of errors. E.g. the first example of the...