On Jul 16, 12:51 pm, Brian Neal <bgn...@gmail.com> wrote:
> On Jul 15, 2:05 pm, Colleen A Josephson <cjos...@mit.edu> wrote:
>
> > Hello,
>
> > I'm very new to django. I just set up my first site using apache and 
> > mod_wsgi.
>
> > The admin area does not seem to have the nice, neat blue default 
> > theme...its horrifically ugly and difficult to navigate.
> > Here's a screenshot of the login 
> > area:http://web.mit.edu/~cjoseph/Public/fugly.png
>
> You probably need to configure apache/mod_wsgi to serve static files:
>
> http://docs.djangoproject.com/en/1.2/howto/deployment/modwsgi/#servin...
>
> After that, you have to get the admin media files served somehow. What
> I do is put a symlink in my media folder to django/contrib/admin/media
> directory.

Also go read the actual mod_wsgi documentation about Django
integration, plus watch my talk on mod_wsgi where I cover this
specific issue for Django.

http://blog.dscpl.com.au/2010/06/sydney-pycon-modwsgi-talk-slides.html

Graham

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to