Procházet zdrojové kódy

Added missing docs for the checksetup command.

Daniel Lindsley před 11 roky
rodič
revize
2a6a32047d
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. 11 0
      docs/ref/django-admin.txt

+ 11 - 0
docs/ref/django-admin.txt

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