Corrects a typo in [14062]. Thanks to Russ for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8e78a309c6
commit
307e71a734
|
@ -259,7 +259,7 @@ latest bug fixes and improvements, follow these instructions:
|
|||
(In the above line, change ``SITE-PACKAGES-DIR`` to match the location of
|
||||
your system's ``site-packages`` directory, as explained in the
|
||||
"Where are my ``site-packages`` stored?" section above. Change WORKING-DIR
|
||||
to match the full path to your new ``djanjo-trunk`` directory.)
|
||||
to match the full path to your new ``django-trunk`` directory.)
|
||||
|
||||
Alternatively, you can define your ``PYTHONPATH`` environment variable
|
||||
so that it includes the ``django-trunk`` directory. This is perhaps the
|
||||
|
@ -287,7 +287,7 @@ latest bug fixes and improvements, follow these instructions:
|
|||
ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin
|
||||
|
||||
(In the above line, change WORKING-DIR to match the full path to your new
|
||||
``djanjo-trunk`` directory.)
|
||||
``django-trunk`` directory.)
|
||||
|
||||
This simply lets you type ``django-admin.py`` from within any directory,
|
||||
rather than having to qualify the command with the full path to the file.
|
||||
|
|
Loading…
Reference in New Issue