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.

Change History (1)

comment:1 by Bernhard Essl, 13 years ago

Resolution: duplicate
Status: newclosed

This is a duplicate from #16420.

Version 0, edited 13 years ago by Bernhard Essl (next)
Note: See TracTickets for help on using tickets.
Back to Top