Re: Admin Customisations

2009-07-31 Thread Daniel Roseman
2009/7/31 Steven Church : > Daniel, > > Thank you for replying. I have finally found time now to start working on > this project again. I have the following. > > def viewlink(self, obj): > return 'View & Print' > viewlink.allow_tags = True > > and i have put the "viewlink" within t

Re: Admin Customisations

2009-07-25 Thread Hamza
That is the answer to my Question , Thank you both :) On Jul 24, 10:56 am, Daniel Roseman wrote: > On Jul 24, 8:27 am, StevenC wrote: > > > > > Hey, > > > Im new to Django and have create an online application system. > > > I need to know is it possible to customise the List Display and have

Re: Admin Customisations

2009-07-24 Thread Daniel Roseman
On Jul 24, 8:27 am, StevenC wrote: > Hey, > > Im new to Django and have create an online application system. > > I need to know is it possible to customise the List Display and have a > customn link next to EVERY entry which points to a nother URL with its > ID within. > > For example, > > If i h

Admin Customisations

2009-07-24 Thread StevenC
Hey, Im new to Django and have create an online application system. I need to know is it possible to customise the List Display and have a customn link next to EVERY entry which points to a nother URL with its ID within. For example, If i have a student application. Their ID being 1. I need a