Opened 18 years ago
Closed 18 years ago
#5777 closed (fixed)
development installation instructions should say to use symbolic link
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | 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
The installation instructions have following:
Copy the file django-trunk/django/bin/django-admin.py to somewhere on your system path, such as /usr/local/bin (Unix) or C:\Python24\Scripts (Windows).
I think one should create symbolic link instead. Otherwise the file is not updated when doing svn update.
Attachments (1)
Change History (5)
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
by , 18 years ago
comment:2 by , 18 years ago
| Has patch: | set |
|---|
Dunno if this is really worth it for a 5-line script that's unlikely to ever change, but here you go.
comment:3 by , 18 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Thanks arien. You're right that this is reasonably negligible. I'll promote to checkin and a committer can make the call and wontfix it if they like.
comment:4 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Care to write a patch? You'd probably need to reword it so it's clear that the symbolic link option is for Unix only.