Opened 13 years ago
Closed 13 years ago
#16451 closed Cleanup/optimization (duplicate)
django-admin tip : Windows Vista/Seven have native symlinking
Reported by: | romainh | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | windows symlinking symlink django-admin |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In django-admin.py reference (https://docs.djangoproject.com/en/1.3/ref/django-admin/) one can read :
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.
Documentation should mention that recent versions of Windows (Vista or Seven) have native symlinking thru mklink
command.
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #16420.