Skip to content

Commit

Permalink
Fixed #25082 -- Documented where to register system checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jul 10, 2015
1 parent f0857c0 commit 074a82f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/topics/checks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 074a82f

Please sign in to comment.