On Sat, Apr 17, 2010 at 6:43 PM, Caumons <caum...@gmail.com> wrote:
> Hi everybody!
>
> Is there a way to change the appearance of the admin page after
> loggin? I do not know the name of this page, but is the one where the
> apps are listed and were the models of each app registered whith the
> admin appear.
>
> What I want is to do not show some apps in this page, for example the
> sites app. I also would like to change the order of the apps list and
> the order of the models inside each app.
>

See the following Django documentation links for ideas:

http://docs.djangoproject.com/en/1.1/intro/tutorial02/#customize-the-admin-index-page
http://docs.djangoproject.com/en/1.1/ref/contrib/admin/#overriding-admin-templates

-- 
Ramiro Morales  |  http://rmorales.net

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

Reply via email to