- Apr 14, 2020
-
-
Tom Teichler authored
-
- Apr 01, 2020
-
-
Nik | Klampfradler authored
Otherwise, use real-time updating (AlekSIS, by contract, is guaranteed to be slow without Celery ;)).
-
- Mar 31, 2020
-
-
Nik | Klampfradler authored
-
- Mar 28, 2020
-
-
Nik | Klampfradler authored
-
Julian authored
-
- Mar 18, 2020
-
-
Tom Teichler authored
-
- Mar 01, 2020
-
-
Jonathan Weth authored
-
- Feb 29, 2020
-
-
Tine Wittler authored
-
- Feb 15, 2020
-
- Feb 06, 2020
-
-
Tom Teichler authored
-
- Feb 04, 2020
-
-
Jonathan Weth authored
-
- Feb 03, 2020
-
-
Nik | Klampfradler authored
-
- Feb 02, 2020
-
-
Jonathan Weth authored
Use git version of django-material for this
-
- Jan 31, 2020
-
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
- Jan 30, 2020
-
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
- Jan 29, 2020
-
-
Nik | Klampfradler authored
- Jan 18, 2020
-
-
Nik | Klampfradler authored
-
- Jan 16, 2020
-
-
Tine Wittler authored
-
- Jan 15, 2020
-
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
Setting `ALEKSIS_CELERY__EMAIL=true` on environment, or using the equivalent in a config file, make all user mail sent by Django asynchronous automatically without needing code changes. At the time of writing, toggling this setting will e.g. make the notification sender return immediately, and hand off the actual mail sending to Celery.
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
- Jan 14, 2020
-
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
Advances #124
-
Jonathan Weth authored
-
- Jan 10, 2020
-
-
Julian authored
-
Hangzhi Yu authored
-
- Jan 09, 2020
-
-
Hangzhi Yu authored
-
- Jan 06, 2020
-
-
Nik | Klampfradler authored
-
Jonathan Weth authored
Close "Check schoolapps requirements.txt and merge relevant dependencies into pyproject.toml" from #134
-
- Jan 04, 2020
-
-
Jonathan Weth authored
- Add django-pwa to pyproject.toml - Add configuration for django-pwa - Include PWA configuration and favicon support in base.html - Include serviceworker.js and adapt it for AlekSIS - Remove old files
-
Nik | Klampfradler authored
Rationale: django-constance is a bit better maintained and has some features we need, e.g. injecting config into templates through a context processor. Also, decoupling the settings definitions from import time allows us to implement lazy access to the config, so we can later access them in other variables insettings.py directly.
- Jan 03, 2020
-
-
Nik | Klampfradler authored
-