On Sun, 2006-05-21 at 17:25 -0700, keukaman wrote: > When I run the Django development server the admin site for my test > site looks great. But when I run the site using Apache with the address > http://localhost/admin all of the great look and feel provided by > Django is missing. The functionality is still there, but it is stripped > of all of its great look. > > Any ideas what I need to do to Apache (or anything else) to make the > admin look the same as it does when running the development server?
It sounds like it is not retrieving the static content (CSS files and images) correctly. Have a look in the Apache error logs (or access logs) to find out where it is looking (search for 404 return codes) and start from there. Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---