diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-02-11 04:39:23 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-02-11 04:39:23 +0000 |
| commit | b767b5831d4bdd1cff04474278ea43e24c20274c (patch) | |
| tree | 05691c3f018b5b53a6eb00787f251c6db286c521 | |
| parent | 83692401380f41106c5a87a7f41c510a92d5392c (diff) | |
Made negligible change to docs/django-admin.txt -- 'MS Windows' to 'Windows'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/django-admin.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 4dc168ad45..cf15168030 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -19,9 +19,10 @@ Django via its ``setup.py`` utility. If it's not on your path, you can find it i ``site-packages/django/bin`` within your Python installation. Consider symlinking it from some place on your path, such as ``/usr/local/bin``. -For MS Windows users, who do not have symlinking functionality available, you +For Windows users, who do not have symlinking functionality available, you can copy ``django-admin.py`` to a location on your existing path or edit the -``PATH`` settings (under ``Settings - Control Panel - System - Advanced - Environment...``) to point to its installed location. +``PATH`` settings (under ``Settings - Control Panel - System - Advanced - Environment...``) +to point to its installed location. Generally, when working on a single Django project, it's easier to use ``manage.py``. Use ``django-admin.py`` with ``DJANGO_SETTINGS_MODULE``, or the |
