System check framework

System check framework

The system check framework is a set of static checks for validating Django projects. It detects common problems and provides hints for how to fix them. The framework is extensible so you can easily add your own checks.

For details on how to add your own checks and integrate them with Django’s system checks, see the System check topic guide.

API Reference

CheckMessage

class CheckMessage(level, msg, hint=None, obj=None, id=None) 登录查看完整内容