Opened 18 years ago
Closed 18 years ago
#3159 closed defect (fixed)
Documentation says about "symlinking"
Reported by: | anonymous | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | trivial | Keywords: | doc symlink django-admin |
Cc: | dev@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the beginning http://www.djangoproject.com/documentation/django_admin/
says about manage.py
Consider symlinking to it from some place on your path, such as /usr/local/bin. |
But there is NO "symlinking" in Windows.
Change History (4)
comment:1 by , 18 years ago
Cc: | added |
---|---|
priority: | high → low |
Severity: | major → trivial |
comment:3 by , 18 years ago
Has patch: | set |
---|---|
Keywords: | django-admin added; djang-admin removed |
Triage Stage: | Unreviewed → Ready for checkin |
Minor patch to make this a bit less platform dependant.
Index: docs/django-admin.txt =================================================================== --- docs/django-admin.txt (revision 4347) +++ docs/django-admin.txt (working copy) @@ -17,7 +17,7 @@ The ``django-admin.py`` script should be on your system path if you installed Django via its ``setup.py`` utility. If it's not on your path, you can find it in ``site-packages/django/bin`` within your Python installation. Consider -symlinking to it from some place on your path, such as ``/usr/local/bin``. +symlinking or copying it into your path, such as ``/usr/local/bin``. 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
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Do you mean django-admin.py? You can follow the comment by Valter on the install documentation at: http://www.djangoproject.com/documentation/install/#c578