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

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

Re: customizing the admin interface

2006-10-03 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

customizing the admin interface

2006-10-02 Thread Paul Barry
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 there are 10,000 instances of the foreign

Customizing the admin interface

2006-03-03 Thread tomass
Hi Folks, I think there are two ways of doing what I want to do. Essentially what I want to do is be able to have read-only tables in the admin interface (these tables get populated from an external app), but I'd like the flexibility to be able to view the data in them from within the admin