On Thu, Feb 17, 2011 at 3:14 PM, ashish <[email protected]> wrote: > Hi all. I followed the tutorial to setup a basic django site and run > it with the development server. Everything looks fine. Then, I > configured to use apache. Everything seems to work except the styling. > The login and admin pages have no formatting. On IRC I was told the > issue is that the development server automatically serves the > necessary media, but that you have to explicitly configure apache to > serve static media. > > Okay, but which media needs to be served for the styling to work? I > have not found the answer in the docs. Thank you for any help. >
http://docs.djangoproject.com/en/1.2/howto/deployment/modpython/#serving-the-admin-files Cheers Tom -- 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.

