Re: Generic Views - TemplateDoesNotExist Error

2005-08-21 Thread Robin Munn
On 8/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Okay, well that was weird. Apparently you need executable permissions > on the directory that this archive file is in. In Unix, read permissions on a directory mean that you can look at a directory listing, but you may or may not be ab

Re: broken images in development server?

2005-08-21 Thread Brendan O'Connor
there's a ticket on this (forgot the number) -- the code needs to be changed on windows to open in binary mode, or something like that... xtian wrote: > When I've been playing with Django I've often noticed broken images in > the admin interface - chasing the urls shows that they seem to resolve

Re: Global models

2005-08-21 Thread Sam Newman
I'm actually developing what might be an internal corporate portal - what I'll probably end up with are global tools but localised 'filters' - for example you can look at all events tagged with 'Linux' in the calendar section, or look for people with Linux experience in the skills section, or in t

Inline editing for aggregation relationships

2005-08-21 Thread Sam Newman
Hi all, The django-admin interface supports inline-editing for related elements - for example a Pizza contains Toppings, and when editing a Pizza you can create related Toppings. In that scenario the Topping only has an admin interface via inline editing of Pizza - which given a classic compositi