Преглед изворни кода

Fixed #25082 -- Documented where to register system checks.

Tim Graham пре 9 година
родитељ
комит
074a82f49b
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      docs/topics/checks.txt

+ 3 - 1
docs/topics/checks.txt

@@ -122,7 +122,9 @@ Registering and labeling checks
 -------------------------------
 
 Lastly, your check function must be registered explicitly with system check
-registry.
+registry. Checks should be registered in a file that's loaded when your
+application is loaded; for example, in the :meth:`AppConfig.ready()
+<django.apps.AppConfig.ready>` method.
 
 .. function:: register(*tags)(function)