Django

Code

Changeset 6767

Show
Ignore:
Timestamp:
11/29/07 23:13:05 (1 year ago)
Author:
adrian
Message:

Edited docstring changes from [6480] -- moved the intense parameter definitions into comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/core/management/base.py

    r6483 r6767  
    173173    Copies either a Django application layout template or a Django project 
    174174    layout template into the specified directory. 
    175  
    176     * style - A color style object (see django.core.management.color). 
    177     * app_or_project - The string 'app' or 'project'. 
    178     * name - The name of the application or project. 
    179     * directory - The directory to copy the layout template to. 
    180     * other_name - When copying an application layout, this should be the name 
    181                    of the project. 
    182     """ 
     175    """ 
     176    # style -- A color style object (see django.core.management.color). 
     177    # app_or_project -- The string 'app' or 'project'. 
     178    # name -- The name of the application or project. 
     179    # directory -- The directory to which the layout template should be copied. 
     180    # other_name -- When copying an application layout, this should be the name 
     181    #               of the project. 
    183182    import re 
    184183    import shutil