Author: gwilson
Date: 2007-10-27 11:03:24 -0500 (Sat, 27 Oct 2007)
New Revision: 6620
Modified:
django/trunk/django/core/management/__init__.py
Log:
Added to docstring of `setup_environ` about what the function returns.
Modified: django/trunk/django/core/management/__init__.py
===================================================================
--- django/trunk/django/core/management/__init__.py 2007-10-27 06:23:19 UTC
(rev 6619)
+++ django/trunk/django/core/management/__init__.py 2007-10-27 16:03:24 UTC
(rev 6620)
@@ -242,6 +242,8 @@
"""
Configures the runtime environment. This can also be used by external
scripts wanting to set up a similar environment to manage.py.
+ Returns the project directory (assuming the passed settings module is
+ directly in the project directory).
"""
# Add this project to sys.path so that it's importable in the conventional
# way. For example, if this file (manage.py) lives in a directory
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---