diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-10-06 17:22:23 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-10-06 17:22:23 +0000 |
| commit | c8930e3af441c68973e96b0afc0361357365bb0d (patch) | |
| tree | f24b145b816bdcc1c3a99ccea6d1c7d2b6b4b065 /docs/django-admin.txt | |
| parent | 485042b74d1ee3abb2f2ab4b4d814f2b9bcdad2c (diff) | |
Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for the patch, Hugo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/django-admin.txt')
| -rw-r--r-- | docs/django-admin.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index b4b07f4f12..188dd4295c 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -193,6 +193,16 @@ Explicitly specifies the settings module to use. The settings module should be in Python path syntax, e.g. "myproject.settings.main". If this isn't provided, ``django-admin.py`` will use the DJANGO_SETTINGS_MODULE environment variable. +--pythonpath +============ + +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. + --help ====== |
