Django admin, hide a model
- by Hellnar
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 ?