Changeset 1903
- Timestamp:
- 01/10/06 22:56:24 (3 years ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r1901 r1903 13 13 In addition, ``manage.py`` is automatically created in each Django project. 14 14 ``manage.py`` is a thin wrapper around ``django-admin.py`` that takes care of 15 two things for you before delegating to ``django-admin.py``: :15 two things for you before delegating to ``django-admin.py``: 16 16 17 17 * It puts your project's package on ``sys.path``.
