Re: django monitoring page

2008-11-16 Thread Harish
thank you very much On Nov 14, 7:10 pm, Doug Van Horn <[EMAIL PROTECTED]> wrote: > Is the username/password prompt fromDjangoor Apache Auth? > > If it'sDjango, change the view to accept username/password params on > the query string (removing decorators and/or changing middleware to > allow

Re: django monitoring page

2008-11-14 Thread Doug Van Horn
Is the username/password prompt from Django or Apache Auth? If it's Django, change the view to accept username/password params on the query string (removing decorators and/or changing middleware to allow access to that url). e.g., http://example.com/some/url/?username=foo=bar If it's Apache

django monitoring page

2008-11-14 Thread Harish
hi.. friends, I have one django site which is running on the internet... Now the web service provider needs to monitor the django site and the database. Now they told me to create a webpage which goes through django and fetch some data and print in the webpage the problem i am facing is,