﻿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
2423	Admin uploads go to admin media folder, not MEDIA_ROOT	Tyson Tate <tyson@…>	Adrian Holovaty	"I have the following settings in my settings.py file:

{{{
MEDIA_ROOT = '/Users/ttate/Desktop/fallingbullets/project-media/'
MEDIA_URL = 'http://localhost:8000/project-media/'
ADMIN_MEDIA_PREFIX = '/media/'
}}}

I also have a model with the following:

{{{
image = models.ImageField(upload_to=""portfolio"", core=True)
}}}

When I use the admin interface to upload an image, it gets placed in {{{/media/portfolio}}} and not {{{/project-media/portfolio}}}, where it should have gone."	defect	closed	contrib.admin	dev	normal	worksforme	upload_to	tyson@…	Unreviewed	0	0	0	0	0	0
