Hi Ken, Thanks for the response. I did review the Django docs, but didn't find it too informative for my specific case as it was partially an issue of making the navigation option appear in Mezzanine as well as displaying a custom view.
I eventually found the solution that I implemented here: http://stackoverflow.com/questions/1813637/django-how-to-generate-an-admin-panel-without-models Ron. On Monday, 15 December 2014 14:50:51 UTC-8, Kenneth Bolton wrote: > > Hi Ron, > > Yours is a Django question, and is best answered by pointing you to the > official Django documentation on adding views to admin sites > <https://docs.djangoproject.com/en/1.6/ref/contrib/admin/#adding-views-to-admin-sites> > . > > > best, > ken > > > On Mon, Dec 15, 2014 at 5:36 PM, Ron Lo <[email protected] <javascript:> > > wrote: >> >> I'm using Mezzanine 3.1.10 and am trying to create a custom Admin page >> view that is not backed by a model. This Admin page will display >> statistics retrieved from an api call. >> >> What is the best method to: >> 1. Create the view and register it so it shows up inn the Mezzanine admin? >> 2. Where should the module exist: under /theme OR in the root of the app? >> >> Thanks! >> >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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/d/optout.
