Re: use django authentication for non-django pages

2010-10-15 Thread clee
On Oct 15, 2:12 am, bowlby wrote: > We're hosting a small site on our own server. On the server we have > some pages that are non-django (for example munin to see server > statistics). Is there a way to use django's authentication mechanism > to reserve access to these pages to users who have an a

Re: advice on debugging ajax apps in django (possibly OT)

2006-09-02 Thread clee
It is possible to pop up django's traceback as a separate window when making XMLHttpRequests. I have found an example of placing the error content from the response into a separate window. This is a bit easier to read than scanning through the raw html in firebug. This appears to work for me on I

Re: advice on debugging ajax apps in django (possibly OT)

2006-08-29 Thread clee
Thank you. I've found django/test/client.py in svn. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this g

Re: advice on debugging ajax apps in django (possibly OT)

2006-08-29 Thread clee
Thank you, I just downloaded firebug and it looks like a big step forward. -chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.

advice on debugging ajax apps in django (possibly OT)

2006-08-29 Thread clee
Hello, I'm a long-time python user who is new to django, javascript, and Mochikit. I'm very pleased with django so far but I'm having a bit of a quandry as I start to mix in javascript and Mochikit. One thing I like about django is that if I make an error in my python code it send me that great d

Re: Webdav access - OT

2006-08-24 Thread clee
I would look at zope fror code for a webdav server. I believe Twisted web may also. (Starting with Zope 2.8, zope uses Twisted for it's web server.) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro