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: 756
        
django
|django-admin
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