Argus
Argus copied to clipboard
Have a CI step that shows Django warnings
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.