﻿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
18010	Can't access Admin CSS with Apache without ADMIN_MEDIA_PREFIX	hyd415@…	nobody	"Hello,
First time django user. I had to manually add in this following line to the settings.py file for my admin css to be accessible.

ADMIN_MEDIA_PREFIX = '/static/admin/'

Here are my other settings for your perusal:
STATIC_ROOT = '/home/ubuntu/static/'
STATIC_URL = '/static/'

And my apache http.conf file has:
Alias /static/ /home/ubuntu/static/

<Directory /home/ubuntu/static>
Order deny,allow
Allow from all
</Directory>"	Bug	closed	contrib.staticfiles	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
