- Sep 22, 2020
-
-
-
-
-
-
Flavio TARSETTI authored
Update installed apps See merge request !376
-
Samuel GAIST authored
Otherwise it's not taken into account when setting up the development environment with buildout and the statistics tests can't run properly as the django script does not contain the path to the appropriate egg.
-
Samuel GAIST authored
-
Samuel GAIST authored
It now follows Django 3 way of listing ones custom applications.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- Sep 17, 2020
-
-
Flavio TARSETTI authored
Remove the extra forms for environment language handling See merge request !375
-
This makes the environment creation and management clearer. Fixes #565
-
Flavio TARSETTI authored
Update wsgi socket path See merge request !374
-
Samuel GAIST authored
/tmp is not a valid folder for a production environment. Move the socket to a dedicated folder.
-
Flavio TARSETTI authored
Update python version to 3.7 for tests See merge request !373
-
Samuel GAIST authored
-
Samuel GAIST authored
Fix supervisor crash on sign-up See merge request !372
-
- Sep 16, 2020
-
-
Flavio TARSETTI authored
Fixes #568
-
Flavio TARSETTI authored
Cleanup plotters See merge request !356
-
- Sep 14, 2020
-
-
The success/error handlers have been deprecated and removed. This patch updates the code using them.
-
-
-
Removed unused plotterparameter_sampleplot_display which code has several issues.
-
-
-
Flavio TARSETTI authored
Cleanup reports See merge request !357
-
-
-
-
-
-
-
- Sep 11, 2020
-
-
Flavio TARSETTI authored
Remove the scheduler script See merge request !371
-
Samuel GAIST authored
It's not used anymore. Part of #567
-
Samuel GAIST authored
The scheduling can be started from the command line using the corresponding management commands which allows to have a scheduler working the same way as in production rendering the local scheduler useless.
-
Flavio TARSETTI authored
Cleanup beat/web files See merge request !370
-