Re: Running Django admin site using Lighttpd

2009-04-10 Thread stephendwolff
Here's a lighttpd config (just the part for a single website at fictional ip '1.2.3.4') project lives in the 'user' home folder, - _project will be your django project folder - ie the one with 'manage.py' look at the lighttpd docs for the specifics of the "main" options. email me off list if yo

Re: Running Django admin site using Lighttpd

2009-04-09 Thread Karim Hamdan
Thanks a lot for the replies. It seems that I was following the wrong HowTo. To make things clear, here's what I am trying to do. I am actually new to using Django so I followed the 4 tutorials provided on Django's website, and everything (admin site, polls site) was working fine using the developm

Re: Running Django admin site using Lighttpd

2009-04-09 Thread Adam N
On Apr 9, 10:51 am, Daniel Roseman wrote: > On Apr 9, 3:35 pm, Karim Hamdan wrote: > > > Let me rephrase my question. I followed > > thisHowTo > > on this group that describes how to run Django using lighty with fcgi, > >

Re: Running Django admin site using Lighttpd

2009-04-09 Thread Daniel Roseman
On Apr 9, 3:35 pm, Karim Hamdan wrote: > Let me rephrase my question. I followed > thisHowTo > on this group that describes how to run Django using lighty with fcgi, > I can access my project website successfully but I fail

Re: Running Django admin site using Lighttpd

2009-04-09 Thread Karen Tracey
On Thu, Apr 9, 2009 at 10:35 AM, Karim Hamdan wrote: > Let me rephrase my question. I followed > thisHowTo > on this group that describes how to run Django using lighty with fcg

Re: Running Django admin site using Lighttpd

2009-04-09 Thread Karim Hamdan
Let me rephrase my question. I followed thisHowTo on this group that describes how to run Django using lighty with fcgi, I can access my project website successfully but I fail to a

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 because you ar

Re: Running Django admin site using Lighttpd

2009-04-08 Thread Karen Tracey
On Wed, Apr 8, 2009 at 8:30 PM, Karim Hamdan wrote: > > 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 c

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