Opened 13 years ago
Closed 13 years ago
#16420 closed Uncategorized (wontfix)
Windows 7 and Vista support symbolic links
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Page: https://docs.djangoproject.com/en/dev/topics/install/#installing-development-version
It should be noted in point 4, that you can create a symbolic link in Windows 7/Vista as well as Unix, using the mklink command (in this example, I created a bin directory under my user folder and added it to my path):
mklink \Users\CURRENT-USER\bin\django-admin.py WORKING-DIR\django-trunk\django\bin\django-admin.py
Note:
See TracTickets
for help on using tickets.
This had already been proposed in #6739 but a more generic modification of the docs was implemented instead.