Author: adrian Date: 2007-02-10 22:39:23 -0600 (Sat, 10 Feb 2007) New Revision: 4484
Modified: django/trunk/docs/django-admin.txt Log: Made negligible change to docs/django-admin.txt -- 'MS Windows' to 'Windows' Modified: django/trunk/docs/django-admin.txt =================================================================== --- django/trunk/docs/django-admin.txt 2007-02-11 04:38:44 UTC (rev 4483) +++ django/trunk/docs/django-admin.txt 2007-02-11 04:39:23 UTC (rev 4484) @@ -19,9 +19,10 @@ ``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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
