On Jun 23, 4:08 pm, kiwi <nicolacabi...@gmail.com> wrote:
> Hi, I've a problem with CSS of admin panel of Django when I deploy my
> web application on Apache2. Everything works, only Css of admin's
> panel do not works correctely... Someone can help me?
>
> Thanks
>
<snip>

> Alias /media_admin/ /home/utente/www/python/sds/media/contrib/admin/
> media

Does this line match the value of ADMIN_MEDIA_PREFIX in your
settings.py? Usually it's set to '/media/', so unless you've changed
it that would explain why your admin CSS isn't being loaded.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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 
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