Just a django noob, but are you sure that the path for media is set
correctly in your settings.py file?

For instance, my media settings look like:

MEDIA_ROOT = '/home/ryanisnan/ryanwest.info/public/media'
MEDIA_URL = '/media/'
ADMIN_MEDIA_PREFIX = '/media/'

It could be that your MEDIA_ROOT are specified incorrectly, or
ADMIN_MEDIA_PREFIX is wrong too.You can also path to that folder
manually and check to see if the .css files are all installed
correctly.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to