Re: modularity of apps

2006-08-14 Thread Paul Sargent
Not wanting to get overly involved, but I just want to put my 2p in on this. Todd O'Bryan wrote: > 1. Allow people to set a prefix for each app in the settings.py file. > This would basically tell the app what URLs that are mapped to it > start with, and views and templates inside the app could u

Re: Re: modularity of apps

2006-08-14 Thread James Bennett
On 8/13/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > The Lawrence guys have mentioned on this list previously that they have > many different applications they pull together in various projects. :) If we couldn't modularize, we wouldn't be able to sell different "editions" of Ellington.

Re: admin/doc for templates ?

2006-08-14 Thread Adrian Holovaty
On 8/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > is there a reason why in the admin/doc templatetags, filters and views are > accessible > but templates are not ? > > Was it only not done until yet ? > > How could it be done ? Hi Dirk, I'm not sure what sort of template documentation

Re: admin/doc for templates ?

2006-08-14 Thread dummy
Hi Adrian, > I'm not sure what sort of template documentation we could add. Would > it just be a list of all the available templates, or what? what about where exactly the template is located ? I had a problem that the same template was located in different places and I didn't know that. what

Re: django and LDAP support

2006-08-14 Thread Scott Paul Robertson
On Sat, Aug 12, 2006 at 10:11:53PM -0700, Gary Wilson wrote: > You can remove the l.unbind_s() on line 77. :) Thanks again. > > It would also be great if the authenticate() method wasn't tied to the > contrib.auth.models.User model. I, for one, use my own custom user > model. Maybe extracting

Admin Interface: extend change_list.html vs change_list_results.html

2006-08-14 Thread HBTaylor
I have been fiddling around to add something to the Admin interface for a system I'm building. Basically, I am adding a total for the duration of the set of time tracker elements which are displayed. I did it by making a copy of change_list.html and adding a call to a custom template tag. It works

Re: Re: admin/doc for templates ?

2006-08-14 Thread James Bennett
On 8/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > what about the loaded templatetag-sets and where they are located ? Template tag libraries already get picked up, and if they've got docstrings those should be displayed. -- "May the forces of evil become confused on the way to your hou

Re: Re: admin/doc for templates ?

2006-08-14 Thread dummy
Hi James, James Bennett schrieb: > On 8/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> what about the loaded templatetag-sets and where they are located ? > > Template tag libraries already get picked up, and if they've got > docstrings those should be displayed. I mean which templatetag

Re: admin/doc for templates ?

2006-08-14 Thread Adrian Holovaty
On 8/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > what about where exactly the template is located ? > I had a problem that the same template was located in different places and I > didn't know > that. > > what about the template-extends structure ? > It is hard to see which templates ar

Checking Permission Template Tag

2006-08-14 Thread Chris Long
Hi, Joseph and I were talking earlier this evening about how to replace the permission wrapper context to allow for his generic auth and my row level permission. We could not determine a way to expand the current context processor to allow an object to be passed (if you have any ideas, please let

Re: django and LDAP support

2006-08-14 Thread Scott Paul Robertson
On Mon, Aug 14, 2006 at 12:51:47PM -0600, Scott Paul Robertson wrote: > Anyhow, let me know if you have any thoughts, and I'll have the patch in > tonight. > Patch is in place. I'm aware of a trailing sentence in the doc string and a typo with get_user() in the doc string as well, but won't worry