Also, if you're using mod_wsgi (recommended over mod_python), see this: http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango
On Thu, Sep 30, 2010 at 12:12 PM, Addy Yeow <[email protected]> wrote: > runserver takes care of thing like this for you but you need to handle > it properly in Apache. > See > http://docs.djangoproject.com/en/dev/howto/deployment/modpython/#serving-the-admin-files > > On Fri, Oct 1, 2010 at 12:03 AM, octopusgrabbus > <[email protected]> wrote: >> >> When I run Django admin with runserver running, I get nice graphics. I >> don't when I run Django admin from apache. I can log into my django >> application from apache, but do not get the graphics. I'm looking for >> examples or documentation on how to fix this. >> >> Thanks. >> cmn >> >> -- >> 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. >> > > -- > 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. > > -- 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.

