Argus icon indicating copy to clipboard operation
Argus copied to clipboard

Have a CI step that shows Django warnings

Open hmpf opened this issue 5 months ago • 0 comments

python manage.py check will show Django warnings and halt if any of them are of level "ERROR" or "CRITICAL" (settable with the --fail-level flag).

This will prevent running tests when something is seriously wrong, and we can change the fail level to "WARNING" if we're working to fix warnings.

hmpf avatar Oct 01 '25 07:10 hmpf