[mezzanine-users] How to setup multiple themes in Mezzanine?

2015-11-21 Thread wh4n
I just created an app that have the structure below:

project_name
- theme_one
-- static
-- templates

I got it working but my big question now is how do I make it so that from 
inside the settings page I can choose from for example theme_one and 
theme_two and switch?

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


[mezzanine-users] Re: Best way to set a new page's default to CONTENT_STATUS_DRAFT?

2015-11-21 Thread Joseph Mohan
Any luck with this?

On Monday, 28 July 2014 17:46:34 UTC+1, Jackson Hong wrote:
>
> I found that the Displayable model has 
>
> status = models.IntegerField(_("Status"),
> choices=CONTENT_STATUS_CHOICES, default=CONTENT_STATUS_PUBLISHED,
> help_text=_("With Draft chosen, will only be shown for admin users 
> "
> "on the site."))
>
> I would like to make the default CONTENT_STATUS_DRAFT.
>
> What's the best way to go about doing this so it's reproducible in many 
> environments? 
>
> Thanks for any help.
>

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