Added missing docs for the checksetup command.

This commit is contained in:
Daniel Lindsley 2013-06-14 16:02:29 -07:00
parent c3df866619
commit 2a6a32047d
1 changed files with 11 additions and 0 deletions

View File

@ -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
-------