Opened 17 years ago

Closed 16 years ago

#5777 closed (fixed)

development installation instructions should say to use symbolic link

Reported by: Simo Salminen <ssalmine@…> 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)

5777.diff (1.3 KB ) - added by arien <regexbot@…> 16 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedAccepted

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.

by arien <regexbot@…>, 16 years ago

Attachment: 5777.diff added

comment:2 by arien <regexbot@…>, 16 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 Chris Beaven, 16 years ago

Triage Stage: AcceptedReady 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 Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [6737]) Fixed #5777 -- Recommend using a symbolic link on Linux, OSX, etc for
django-admin.py so that subversion updates keep it up to date. Patch from arien.

Note: See TracTickets for help on using tickets.
Back to Top