To Lee Hinde: Thank You. You answered me: Your browser's not finding the admin media location to load the css. Look at the docs for ADMIN_MEDIA_PREFIX. (I think that's the one...)
I have looked: ADMIN_MEDIA_PREFIX Default: '/media/' The URL prefix for admin media -- CSS, JavaScript and images used by the Django administrative interface. Make sure to use a trailing slash, and to have this be different from the MEDIA_URL setting (since the same URL cannot be mapped onto two different sets of files). I haven't edit ADMIN_MEDIA_PREFIX = '/media/' in settings.py -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

