mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #322 -- Development server now calls validate() again. Thanks, rmunn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@505 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
91c71d36e6
commit
db127b7983
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
=================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue