summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/django-admin.txt')
-rw-r--r--docs/django-admin.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index 188dd4295c..130a734567 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -200,8 +200,11 @@ Example usage::
django-admin.py init --pythonpath='/home/djangoprojects/myproject'
-Adds the given filesystem path to the Python path. If this isn't provided,
-``django-admin.py`` will use the ``PYTHONPATH`` environment variable.
+Adds the given filesystem path to the Python `import search path`_. If this
+isn't provided, ``django-admin.py`` will use the ``PYTHONPATH`` environment
+variable.
+
+.. _import search path: http://diveintopython.org/getting_to_know_python/everything_is_an_object.html
--help
======