Re: django admin adding links to list view

2008-04-28 Thread Rajesh Dhawan
On Apr 28, 1:06 pm, Thierry <[EMAIL PROTECTED]> wrote: > is there any way to add links to the list view in the django admin? > I would like to links to some custom admin functionality, but it seems > quite hard to do :) Here's example code to add to your Model: def my_link(self): from dj

django admin adding links to list view

2008-04-28 Thread Thierry
is there any way to add links to the list view in the django admin? I would like to links to some custom admin functionality, but it seems quite hard to do :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django us