Commit 2a6a3204 authored by Daniel Lindsley's avatar Daniel Lindsley
Browse files

Added missing docs for the checksetup command.

parent c3df8666
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -89,6 +89,17 @@ documentation for the :djadminopt:`--verbosity` option.
Available commands
==================

checksetup
----------

.. django-admin:: checksetup

Performs a series of checks to verify a given setup (settings/application code)
is compatible with the current version of Django.

Upon finding things that are incompatible or require notifying the user, it
issues a series of warnings.

cleanup
-------