- Sep 09, 2020
-
-
Tom Teichler authored
-
- Jul 21, 2020
-
-
Jonathan Weth authored
-
- Jul 15, 2020
-
-
Jonathan Weth authored
-
- Jun 12, 2020
-
-
Nik | Klampfradler authored
-
- May 29, 2020
-
-
Nik | Klampfradler authored
-
- May 04, 2020
-
-
Tom Teichler authored
-
-
- May 03, 2020
-
-
Tom Teichler authored
-
Tom Teichler authored
-
Tom Teichler authored
-
Jonathan Weth authored
-
- May 02, 2020
-
-
Tom Teichler authored
-
Tom Teichler authored
-
-
- May 01, 2020
-
-
Nik | Klampfradler authored
-
Jonathan Weth authored
-
-
-
-
- Apr 19, 2020
-
-
Jonathan Weth authored
-
- Apr 18, 2020
-
-
Nik | Klampfradler authored
-
- Mar 28, 2020
-
-
Tom Teichler authored
-
- Feb 06, 2020
-
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
This change is primarily intended to allow models to declare their own default data, without having to use data migrations. Data migrations have the downside of being run only once, so e.g. `manage.py flush` will delete default data wchich will never be restored. Also, I consider it more natural todefine default data setup on model classes. In order to achieve that, this adds a generic interface for apps to register hooks called on several signals, by simply implementing methods with the same name on their AppConfig instance.
-
- Jan 04, 2020
-
-
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
-
- Dec 12, 2019
-
-
Nik | Klampfradler authored
This finalises the migration to the black code style by applying double-quotes.
-
- Dec 08, 2019
-
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
Closes #111.
-
- Dec 07, 2019
-
-
Nik | Klampfradler authored
It is buggy because it blocks manage.py if no database is available.
-
- Dec 01, 2019
-
-
Nik | Klampfradler authored
-
- Nov 28, 2019
-
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
- Sep 05, 2019
-
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
- Aug 21, 2019
-
-
Nik | Klampfradler authored
-