Re: [mezzanine-users] I have a SiteRelated model, how to add on admin simple per column ordering ?

2015-05-08 Thread Stephen McDonald
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, diob...@gmail.com 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, dio...@gmail.com 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 mezzanine-use...@googlegroups.com.
 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 mezzanine-users+unsubscr...@googlegroups.com.
 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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] I have a SiteRelated model, how to add on admin simple per column ordering ?

2015-05-08 Thread Ken Bolton
For further assistance, please point us to the place in the docs you are
trying to replicate in Mezzanine.

- ken

On Fri, May 8, 2015 at 6:43 PM, Stephen McDonald st...@jupo.org wrote:

 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, diob...@gmail.com 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, dio...@gmail.com 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 mezzanine-use...@googlegroups.com.
 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 mezzanine-users+unsubscr...@googlegroups.com.
 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 mezzanine-users+unsubscr...@googlegroups.com.
 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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] I have a SiteRelated model, how to add on admin simple per column ordering ?

2015-05-07 Thread diobmow
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, dio...@gmail.com javascript: 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 mezzanine-use...@googlegroups.com 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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] I have a SiteRelated model, how to add on admin simple per column ordering ?

2015-05-07 Thread Josh Cartmell
Could you explain what you mean by per field ordering?

On Thu, May 7, 2015 at 5:37 AM, diob...@gmail.com 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, dio...@gmail.com 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 mezzanine-use...@googlegroups.com.
 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 mezzanine-users+unsubscr...@googlegroups.com.
 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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] I have a SiteRelated model, how to add on admin simple per column ordering ?

2015-05-06 Thread Josh Cartmell
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, diob...@gmail.com 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 mezzanine-users+unsubscr...@googlegroups.com.
 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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.