Re: Why Django Admin Won't Display full graphics

2010-09-30 Thread Alec Shaner
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 wrote: > runserver takes care of thing like this for you but you need to handle > it properly in Apache. > See > http:

Re: Why Django Admin Won't Display full graphics

2010-09-30 Thread Addy Yeow
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 wrote: > > When I run Django admin with runserver running, I

Why Django Admin Won't Display full graphics

2010-09-30 Thread octopusgrabbus
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