mirror of https://github.com/django/django.git
Fixed typo in docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5de00f785f
commit
6e5c7d3899
|
@ -12,7 +12,7 @@ symlinking to it from some place on your path, such as ``/usr/local/bin``.
|
|||
|
||||
In addition, ``manage.py`` is automatically created in each Django project.
|
||||
``manage.py`` is a thin wrapper around ``django-admin.py`` that takes care of
|
||||
two things for you before delegating to ``django-admin.py``::
|
||||
two things for you before delegating to ``django-admin.py``:
|
||||
|
||||
* It puts your project's package on ``sys.path``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue