PyISAPIe now supports Django

2006-06-23 Thread Rune Strand
I just saw this news. It says PyISAPIe now includes Django support. I'm a little confused here - does this mean that Django can now be run on MS IIS? http://pyisapie.sourceforge.net/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Re: PyISAPIe now supports Django

2006-06-24 Thread Rune Strand
Jeremy Dunck wrote: > The docs on the site are non-existant, but the readme files in the > source download are pretty thorough. Very impressive performance > claims. In the /Examples directory he explains how to add a > compatible handler for django. > > (It seems obvious to me that he should c

Customising Admin

2006-03-28 Thread Rune Strand
Just to learn Django, I'm 'porting' a small CMS I wrote in PHP for a customer. While the standard admin buttons "Save an add another", "Save and continue editing" and "Add ..." makes perfectly sense in most of the back-end functionality, I have one page where it doesn't: A Settings page where thin

Re: Customising Admin

2006-03-28 Thread Rune Strand
Thanks! I tried that now. The Add-button disappears, but alas the 'Save and add another' button is still there and gives an unfriendly "Permission denied" if clicked. I've been reading the Model docs and the META docs, but I can't find any obvious way. --~--~-~--~~~

Re: Customising Admin

2006-03-28 Thread Rune Strand
Adrian Holovaty wrote: > Hey Rune, > > That problem has been fixed in Django's development branch and will no > longer be an issue in the next release. > > For now, you could hack around it by removing that button with > JavaScript using the admin.js hook... > > Adrian I see! I'm in no rush so