Re: Running Django admin site using Lighttpd

2009-04-09 Thread Karim Hamdan
ion of the HowTo) so now the polls site is accessible but the admin site gives 404 error. I hope my explanation made things clearer. Thanks Adam for sharing your conf file but lighttpd is the required server that I should be working with :(

Re: Running Django admin site using Lighttpd

2009-04-09 Thread Karim Hamdan
ail to access Django's admin site and get a 404 Not Found error instead. I am running lighttpd-1.4.19 and python-django 1.0-1ubuntu1 on my Ubuntu Intrepid machine. -- Karim Hamdan --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: Running Django admin site using Lighttpd

2009-04-08 Thread Karim Hamdan
When I try to access the admin site using "http://localhost/admin"; I get a 404 not found error instead of getting the login page to enter my admin credentials to log in the admin site. -- Karim Hamdan --~--~-~--~~~---~--~~ You received this message b

Running Django admin site using Lighttpd

2009-04-08 Thread Karim Hamdan
Hi all, I have been trying to run my django site using lighttpd rather than using the development server that is shipped with django and I managed to run the site of the project but I failed to run the admin site. Any ideas how I can approach this problem? Thanks. -- Karim Hamdan