Re: admin on "/" unable to find media

2006-02-15 Thread Maniac
Kenneth Gonsalves wrote: I tried location as "/" and admin mounted as: http://mydomain.com/admin/ admin comes up - but css is not found. On looking at the page source of both it gives: "/media/css/base.css/" in both examples, but in the second example i get a 404 in the logs saying css not fo

Re: admin on "/" unable to find media

2006-02-15 Thread limodou
On 2/15/06, Maniac <[EMAIL PROTECTED]> wrote: > > limodou wrote: > > >If you are using the lastest svn, why your output is not the same as me? > > > > > Because 0.92 is a magic-removal branch, not the trunk which 'latest svn' is. > You are right. Because I'm working in magic-removal now, so I thou

Re: admin on "/" unable to find media

2006-02-15 Thread Maniac
limodou wrote: If you are using the lastest svn, why your output is not the same as me? Because 0.92 is a magic-removal branch, not the trunk which 'latest svn' is.

Re: admin on "/" unable to find media

2006-02-14 Thread limodou
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 thes

Re: admin on "/" unable to find media

2006-02-14 Thread Kenneth Gonsalves
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 -- regards kg http://www.livejournal.com/users/lawgon tally ho! http://avsap.org.in ಇಂಡ್ಲಿನಕ್ಸ வாழ்க!

Re: admin on "/" unable to find media

2006-02-14 Thread limodou
On 2/15/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > On Wednesday 15 Feb 2006 8:36 am, limodou wrote: > > > > > (r'^admin/', include('django.contrib.admin.urls.admin')), > > > > > > > > Which version do you use? It seems that the syntax is for > > > > 0.91. If you are using 0.92, the above

Re: admin on "/" unable to find media

2006-02-14 Thread Kenneth Gonsalves
On Wednesday 15 Feb 2006 8:36 am, limodou wrote: > > > > (r'^admin/', include('django.contrib.admin.urls.admin')), > > > > > > Which version do you use? It seems that the syntax is for > > > 0.91. If you are using 0.92, the above should be: > > > > > > (r'^admin/', include('django.contrib.admin.ur

Re: admin on "/" unable to find media

2006-02-14 Thread limodou
On 2/15/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > On Wednesday 15 Feb 2006 8:11 am, limodou wrote: > > > (r'^admin/', include('django.contrib.admin.urls.admin')), > > > > Which version do you use? It seems that the syntax is for 0.91. > > If you are using 0.92, the above should be: > >

Re: admin on "/" unable to find media

2006-02-14 Thread Kenneth Gonsalves
On Wednesday 15 Feb 2006 8:11 am, limodou wrote: > > (r'^admin/', include('django.contrib.admin.urls.admin')), > > Which version do you use? It seems that the syntax is for 0.91. > If you are using 0.92, the above should be: > >      (r'^admin/', include('django.contrib.admin.urls')), am using la

Re: admin on "/" unable to find media

2006-02-14 Thread limodou
On 2/15/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > On Tuesday 14 Feb 2006 6:37 pm, coulix wrote: > > can i see your url.py, cause i had to take off the leading '^' to > > be able to recognize the admin part > > at /mysite/admin. > > (r'^admin/', include('django.contrib.admin.urls.admin')

Re: admin on "/" unable to find media

2006-02-14 Thread Kenneth Gonsalves
On Tuesday 14 Feb 2006 6:37 pm, coulix wrote: > can i see your url.py, cause i had to take off the leading '^' to > be able to recognize the admin part > at /mysite/admin. (r'^admin/', include('django.contrib.admin.urls.admin')), -- regards kg http://www.livejournal.com/users/lawgon tally ho!

Re: admin on "/" unable to find media

2006-02-14 Thread coulix
can i see your url.py, cause i had to take off the leading '^' to be able to recognize the admin part at /mysite/admin.

admin on "/" unable to find media

2006-02-14 Thread Kenneth Gonsalves
hi, so far, using mod_python, i have my location as "/mysite/" and my admin mounted as: http://mydomain.com/mysite/admin/ no problems I tried location as "/" and admin mounted as: http://mydomain.com/admin/ admin comes up - but css is not found. On looking at the page source of both it gives: "/