Actually what is happening after login to admin
it keep up adding setting.fcgi to URL
http://172.16.100.231/setting.fcgi/admin/
On Tue, Sep 7, 2010 at 2:28 PM, Ali Ahsan wrote:
> Hi
>
> Do you have any idea what could be wrong.I am using lighthttpd with django
>
> On Tue, Sep
Hi
Do you have any idea what could be wrong.I am using lighthttpd with django
On Tue, Sep 7, 2010 at 2:22 PM, Kenneth Gonsalves wrote:
> On Tue, 2010-09-07 at 13:30 +0500, Ali Ahsan wrote:
> > (r'^admin/(.*)', admin.site.root),
>
> as far as I remember this is correc
Hi Keeneth
Sorry i was wrong django version is 1.0.4,And in same version app was
written.
below is my urls.py for admin section
(r'^captcha_img/$','captcha_img'), #Captcha Image
#(r'^captcha_my_img/$','captcha_my_img'), #Captcha Image
(r'^admin/(.*)', admin.site.root),
On Mon, Sep 6,
Hi
Thanks for replay
Issue got solved when i added my hostname in setting.py.
On Mon, Sep 6, 2010 at 12:10 PM, Kenneth Gonsalves wrote:
> On Sun, 2010-09-05 at 22:29 -0700, aliahsan wrote:
> > 26. ^admin/(.*)
>
> this may be the offending line - which version of django are you using
> and which
4 matches
Mail list logo