﻿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
5211	[newforms-admin] Admin media Problem	anonymous	Adrian Holovaty	"My settings.py looks like this:
{{{
# Absolute path to the directory that holds media.
# Example: ""/home/media/media.lawrence.com/""
MEDIA_ROOT = '/home/florian/Desktop/diather/phonebook/media/'
MEDIA_URL = 'http://127.0.0.1:8000/media/'
ADMIN_MEDIA_PREFIX = '/media/admin/'
}}}

And The admin requests:
{{{
[20/Aug/2007 11:19:01] ""GET /media//media/admin/js/admin/media/admin/js/admin/me[[[[SNIP]]]]admin/DateTimeShortcuts.js HTTP/1.1"" 302 0
}}}

svn info
{{{
Path: .
[[ removed urls askimet thinks its spam? ]]
Repository UUID: bcc190cf-cafb-0310-a4f2-bffc1f526a37
Revision: 5985
Node Kind: directory
Schedule: normal
Last Changed Author: adrian
Last Changed Rev: 5984
Last Changed Date: 2007-08-20 07:00:52 +0200 (Mon, 20 Aug 2007)
}}}

When I replaced ADMIN_MEDIA_PREFIX = '/media/admin/' with 'admin/' the js were found fine but the forms.css requested the wrong url..."		closed	contrib.admin	newforms-admin		fixed	url admin media	django@…	Unreviewed	0	0	0	0	0	0
