If you really need to, you could always override the template and put some conditions in it:
https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/core/templates/admin/includes/dropdown_menu.html On Fri, Dec 20, 2013 at 1:58 PM, MezzyNoob <[email protected]> wrote: > Thanks Stephen but is it possible to have it not show up in the top bar > but show up in the app list? > > > On Wednesday, December 18, 2013 10:02:31 PM UTC-5, Stephen McDonald wrote: > >> It's not documented but you can use an "in_menu" method on your admin >> class to control whether it should appear in the menu or not - have a look >> at the code for the blog category admin class for an advanced version, >> which prevents itself from showing unless someone explicitly wants it to >> via settings: >> >> https://github.com/stephenmcd/mezzanine/blob/master/ >> mezzanine/blog/admin.py#L53 >> >> I'll add this to the documentation. >> >> >> >> >> On Thu, Dec 19, 2013 at 1:42 PM, MezzyNoob <[email protected]> wrote: >> >>> On the default mezzanien project you will see Dashboard, Content, Site, >>> Users on the top of the admin site. When you register a new model from >>> app_name you will also see app_name on the top admin bar. I would like to >>> prevent new models from automatically being put up there. >>> >>> >>> I thought about using the defaults.py method: http://mezzanine.jupo. >>> org/docs/configuration.html >>> >>> But the problem is that I would like to keep the defaults (Content, >>> Site, User) I just don't want my custom apps being up there. I only see an >>> append setting and not a remove setting. >>> >>> Thanks for any guidance. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Mezzanine Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> Stephen McDonald >> http://jupo.org >> > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
