diff options
Diffstat (limited to 'docs/django-admin.txt')
| -rw-r--r-- | docs/django-admin.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index c5071f5335..bb734aaf1b 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -148,6 +148,12 @@ startproject [projectname] Creates a Django project directory structure for the given project name in the current directory. +validate +-------- + +Validates all installed models (according to the ``INSTALLED_APPS`` setting) +and prints validation errors to standard output. + Available options ================= |
