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, 
which should be enhanced with different "do this" and "do that" links to 
another specialized viewes)

I want to do things in the good way, but I have more other work and some 
deadlines are approching ... and I did not found some obviosly named 
documents about this ... I read the tutorial*.txt legacy_databases.txt 
design_philosophies.txt django-admin.txt db-api.txt and so on, but now I need 
to go directly to the point, or try to program it myself (which is against 
logic and phylosofy of django ...)...


On Monday 12 March 2007 16:24, anders conbere wrote:
> 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 ?
> >
> >  Thanks for pointing me, where I should continue with study ...
> >
> > --
> > Zdravi
> >  Gilhad
> >  [EMAIL PROTECTED]

-- 
Zdravi
 Gilhad
 [EMAIL PROTECTED]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 ?
>
>  Thanks for pointing me, where I should continue with study ...
>
> --
> Zdravi
>  Gilhad
>  [EMAIL PROTECTED]
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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:
>
>
>
> 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 PROTECTED]
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 PROTECTED]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 ...

I have my models, some pages with funkcion needed in the project, but now I am 
to manage some longer tables.

In administration there is very nice interface for sorting (by column), 
searching and filtering (on combination of date and column values) and for 
paging (when there are more results, then enjoyable for one screen)

Is anywhere some simple tutorial, how to implement such features 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 PROTECTED]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---