﻿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
7414	OS X 10.5: setup.py copies admin templates to incorrect location	Christopher Schmidt <crschmidt@…>	Jacob	"I'm pretty sure this is some kind of bug with OS X 10.5. The install puts the libraries in:

{{{
byte-compiling /Library/Python/2.5/site-packages/django/contrib/admin/templatetags/__init__.py to __init__.pyc
}}}

However, it installs the admin templates to:

{{{
copying django/contrib/admin/templates/admin/change_form.html -> /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/django/contrib/admin/templates/admin
}}}

So, the templates end up in a different place, so they aren't included when django automatically adds an 'app_dir/templates' directory. 

I don't remember this happening under 10.4.

The last comment on #653 appears to be the same issue. 

This is with r7612."		closed	Tools	dev		fixed			Ready for checkin	1	0	0	0	0	0
