🧱(helm) disable createsuperuser job by setting

This provides the way to disable the admin user creation at each
deployment. In production we don't want to persist a generic admin user:
it should be created once, at first deployment then replaced by
nominative accounts.
This commit is contained in:
Quentin BEY
2025-04-03 10:24:12 +02:00
parent e23d236614
commit 7c569a3ca3
5 changed files with 10 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to
### Added
- 🧱(helm) disable createsuperuser job by setting #863
- 🔒️(passwords) add validators for production #850
- ✨(domains) allow to re-run check on domain if status is failed
- ✨(organization) add `is_active` field