Django

Code

Changeset 6620

Show
Ignore:
Timestamp:
10/27/07 11:03:24 (1 year ago)
Author:
gwilson
Message:

Added to docstring of setup_environ about what the function returns.

Files:

Legend:

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

    r6591 r6620  
    243243    Configures the runtime environment. This can also be used by external 
    244244    scripts wanting to set up a similar environment to manage.py. 
     245    Returns the project directory (assuming the passed settings module is 
     246    directly in the project directory). 
    245247    """ 
    246248    # Add this project to sys.path so that it's importable in the conventional