﻿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
5307	django should make files created by startproject/startapp writeable	Thomas Stromberg	Adrian Holovaty	"I noticed today that my previous fix (see Ticket #4688) only changed permissions for settings.py. We actually have the same problem with the files created by startapp from our read-only Django repository. This patch moves the permissions manipulation away from startproject.py to base.py, and is run for anything that uses copy_helper(). It also improves upon the old patch by calculating the proper permissions to achieve user-writeability rather than hardcoding 0600.

The attached patch is against today's trunk checkout.
"		closed	Core (Management commands)	dev		fixed	permissions startproject startapp		Unreviewed	1	0	0	0	0	0
