Hi there, I guess you're talking about the Django admin. I wholeheartedly recommend reading its docs, and before even touching Mezzanine, reading the entire Django docs from top to bottom - the difference in your experience working with Mezzanine will be black and white.
https://docs.djangoproject.com/en/1.8/ref/contrib/admin/ On Thu, May 7, 2015 at 7:37 PM, <[email protected]> wrote: > Ok, maybe I didn't explain myself, it's related to the gui. On django I > can do a per field ordering, on a mezannine site related I can't > > On Wednesday, May 6, 2015 at 7:39:35 PM UTC+1, Josh Cartmell wrote: >> >> Hi Dio, I don't think you should need to do anything different than what >> you would normally do for a Django model. The CurrentSiteManager that >> SiteRelated uses takes care of restricting objects to the current site! >> >> On Wed, May 6, 2015 at 12:56 PM, <[email protected]> wrote: >> >>> Hi there, >>> >>> I'm starting to use mezzanine now, could you give me some pointers how >>> to add on the admin page on a siterelated model, simple per column ordering? >>> >>> >>> Best Regards, >>> Dio >>> >>> -- >>> 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. > -- 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/d/optout.
