﻿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
12159	Installation procedure does not set correct permissions on template files	Jon Ribbens	nobody	"The standard 'python setup.py install' procedure for django does not set the file permissions correctly on the template files that it installs under the /usr/local/lib/python2.6/site-packages/django directory.

This means that when you try to go through the tutorial, when you try to view the /admin/ page for the first time, you get a TemplateDoesNotExist exception.

I had to do:
  chmod -R og+rX /usr/local/lib/python2.6/site-packages/django/
to get my django installation working."		closed	Core (Other)	1.1		worksforme	install TemplateDoesNotExist tutorial		Unreviewed	0	0	0	0	0	0
