Re: Administration features in user pages - newbie

2007-03-12 Thread Gilhad
I will, but there is a lot of documentation about django ... which file/page is related to the integration of this features into my code ? (I can write my filtres and everything, but this is long and duplacate work, so I try to reuse the existing features from adminsite, but in my own views, w

Re: Administration features in user pages - newbie

2007-03-12 Thread anders conbere
Gilhad, just read the documentation. ~ Anders On 3/12/07, Gilhad <[EMAIL PROTECTED]> wrote: > > > Is anywhere some simple tutorial, how to implement such features (filters, > sorting, pagination) into my views? Or is the fastest way try to read and > understand source of django/contrib/admin

Re: Administration features in user pages - newbie

2007-03-12 Thread Karen Tracey
I don't know of any tutorial/doc that covers how the admin implements filters, etc. When I wanted similar functionality on my user-visible pages I just read the admin souce to see how it did it...all in all it wasn't too tough to figure out. Karen On 3/12/07, Gilhad <[EMAIL PROTECTED]> wrote: >

Re: Administration features in user pages - newbie

2007-03-12 Thread Gilhad
Is anywhere some simple tutorial, how to implement such features (filters, sorting, pagination) into my views? Or is the fastest way try to read and understand source of django/contrib/admin ? Thanks for pointing me, where I should continue with study ... -- Zdravi Gilhad [EMAIL

Administration features in user pages - newbie

2007-03-10 Thread Gilhad
(aka what help should I read just now) Hello, I started to work with django and it is great. But I have too much of work just now to read all documentation before using it, so I read only the tutorial and some parts of what I did need to work. But now I do not know, where I should continue ...