Changeset 6620
- Timestamp:
- 10/27/07 11:03:24 (1 year ago)
- Files:
-
- django/trunk/django/core/management/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/management/__init__.py
r6591 r6620 243 243 Configures the runtime environment. This can also be used by external 244 244 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). 245 247 """ 246 248 # Add this project to sys.path so that it's importable in the conventional
