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]> 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]. > 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.
