Django admin, hide a model

Posted by Hellnar on Stack Overflow See other posts from Stack Overflow or by Hellnar
Published on 2010-03-12T09:45:00Z Indexed on 2010/03/12 9:47 UTC
Read the original article Hit count: 638

Filed under:
|

Hello At the root page of the admin site where registered models appear, I want to hide several models that are registered to the Django admin.

If I directly unregister those, I am not able to add new records as the add new symbol "+" dissapears.

How can this be done ?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-admin