mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
With django updated to 5.2 then the django shell commands load imports at startup which flood stdout with logs and break workflows https://docs.djangoproject.com/en/dev/releases/5.2/#automatic-models-import-in-the-shell Adding --no-imports to the cli call solves the issue. https://docs.djangoproject.com/en/5.2/ref/django-admin/#cmdoption-shell-no-imports Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>