On 2/15/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
>
> On Wednesday 15 Feb 2006 9:21 am, limodou wrote:
> > If you are using the lastest svn, why your output is not the same
> > as me?
>
> no idea
> >
> > Does you use apache?
>
> yes
>

Oops, maybe you should change httpd.conf just like these:

    Alias /media
C:/Python24/Lib/site-packages/Django-0.91-py2.4.egg/django/contrib/admin/media
    <Location "/media">
        SetHandler None
    </Location>

If the DEBUG option in settings.py is set to False, static files will
be servered by web server, and will not come from django server again.

You should read http://www.djangoproject.com/documentation/modpython/
for more details.
--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

Reply via email to