On 6 Oct 2007, at 6:13 pm, niklas.voss wrote:

>
> I have a VServer with Django installed and it works very well, on my
> home Server on MacOS and Windows the Admin Panel worked very well,
> too, with some fixes, but on the Debian VServer with Apache2, it don't
> works anymore.
>
> Is there a way to fix this? Or can i just copy the Admin Media from /
> root/trunk/django/contrib/admin/media to the path which is set up as
> my Media_Root? Or in someway like this?

We do this:

Alias /media-admin/ /usr/local/lib/python2.3/django/trunk/django/contrib
/admin/media/

and then...

<Location /media-admin/>
     SetHandler None
</Location>

This is using mod_python, it's a bit different with fastcgi, etc.

Hope that helps,

David

-- 
David Reynolds
[EMAIL PROTECTED]



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