now when i start admin page it
> shows plain page without any look and feel.

[snip]

> 
> Alias /media/ "/usr/local/lib/python2.5/site-packages/django/contrib/
> admin/media/"
> 


My .02: are you running the media files off the same server as django? 
You might need to try:

         <Location "/media">
                 SetHandler None
         </Location>

Alternatively, you can try to just create a symlink from your web root 
/media to the respective media in the admin contrib.



-- 
Kelvin Nicholson
Voice: +886 9 52152 336
Voice: +1 503 715 5535
GPG Keyid: 27449C8C
Data: [EMAIL PROTECTED]
Skype: yj_kelvin
Site: http://www.kelvinism.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to