﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6780	Development Install Instructions Contains Error in Symbolic LInk Instructions	Patrick Altman	nobody	"Documentation has this:

On Unix-like systems, create a symbolic link to the file django-trunk/django/bin/django-admin.py in a directory on your system path, such as /usr/local/bin. For example:
{{{
    ln -s `pwd`/django-trunk/django/bin/django-admin.py /usr/local/bin
}}}


That seems like a typo to me and should be:
{{{
    ln -s `pwd`/django-trunk/django/bin/django-admin.py /usr/local/bin/django-admin.py
}}}

"		closed	Documentation	dev		invalid			Unreviewed	0	0	0	0	0	0
