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/#serving-media-files

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.

Good luck,
BN

-- 
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