Re: customizing the admin interface

2006-10-06 Thread patrickk
say you want to have a different list-template for app "blog" model "entries", just add /admin/blog/entries/change_list.html to your templates directory and customize it. we´re using that a lot to add buttons for specific models. I didn´t figure out how to customize the view yet. I guess it´s

Re: customizing the admin interface

2006-10-06 Thread Paul Barry
I'm still trying to understand the purpose of the admin interface. I don't think STACKED does exactly what I want, but my question is more of a broad one. Is it meant to be used with a complex application? It seems to me that you can't make changes to the admin interface because you have no cont

Re: customizing the admin interface

2006-10-02 Thread Michael
On 10/3/06, Paul Barry <[EMAIL PROTECTED]> wrote: Is the admin interface customizable at all?  Specifically:1.  Can you create a workflow, like step 1, step 2, step 3, then save object?2.  Can you create a lookup select for a foreign key?  For example, if I have an object that has a ForeignKey and

Re: customizing the admin interface

2006-10-02 Thread Malcolm Tredinnick
On Mon, 2006-10-02 at 18:06 -0400, Paul Barry wrote: > Is the admin interface customizable at all? Specifically: > > 1. Can you create a workflow, like step 1, step 2, step 3, then save object? > > 2. Can you create a lookup select for a foreign key? For example, if > I have an object that h