You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding python manage.py check as a step in the CI will run all the "checks" that are normally being ran when starting the server - all the system checks (https://docs.djangoproject.com/en/4.1/ref/checks/) + any custom checks.