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

2014-07-28 Thread Jackson Hong
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 defaul

[mezzanine-users] Draft copy and live copy at same time?

2014-06-18 Thread Jackson Hong
We are looking for a way in mezzanine to be able to have a draft mode for a page and a live copy of the page. The editing would be done on the draft mode without being live yet, and trigger a push to live easily. Does anyone know of a package or anything? -- You received this message because y

[mezzanine-users] Re: Bizarre issue- Dumping data from one server to another doesn't transfer keywords properly

2014-02-14 Thread Jackson Hong
r with the MySQL options, though. > > On Tuesday, February 11, 2014 10:54:48 AM UTC-6, Jackson Hong wrote: >> >> Hello, >> >> This is the situation. I have a staging and a production server. I make >> changes to pages on the staging server and then dump and load it

[mezzanine-users] Bizarre issue- Dumping data from one server to another doesn't transfer keywords properly

2014-02-11 Thread Jackson Hong
Hello, This is the situation. I have a staging and a production server. I make changes to pages on the staging server and then dump and load it into the production server. Everything transfers fine except for keywords of a page. I am using MySQL. Let me know if more information is required.

[mezzanine-users] Re: How to hide certain specific pages from search?

2014-01-09 Thread Jackson Hong
Ah, to be clear I meant how to hide a page from showing in the mezzanine search results. Not google or anything like that. On Thursday, January 9, 2014 10:13:50 AM UTC-5, Eduardo Rivas wrote: > > I would say you should uncheck the "Show in sitemap" checkbox in each page > and add a Disallow entr

[mezzanine-users] How to hide certain specific pages from search?

2014-01-08 Thread Jackson Hong
I want to omit certain pages from search results. Is there an out of the box way to do this? 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 mezzan

Re: [mezzanine-users] page_menu_templates defaults to false

2014-01-06 Thread Jackson Hong
; > template_id = "42" > > Page.objects.exclude(in_menus="").update(in_menus=F("in_menus") + "," > + template_id) > Page.objects.filter(in_menus="").update(in_menus=template_id) > > > Above code is untested and comes

Re: [mezzanine-users] page_menu_templates defaults to false

2014-01-06 Thread Jackson Hong
t; Are you adding a page or editing a new one? > > Of course it won't affect editing existing pages, those already have their > templates selected. > > It works fine for me, quadruple check you've set it correctly. > > > > On Tue, Jan 7, 2014 at 7:43 AM, Jackso

Re: [mezzanine-users] page_menu_templates defaults to false

2014-01-06 Thread Jackson Hong
? On Monday, January 6, 2014 3:23:58 PM UTC-5, Stephen McDonald wrote: > > See the PAGE_MENU_TEMPLATES_DEFAULT setting > > > http://mezzanine.jupo.org/docs/configuration.html#page-menu-templates-default > > > On Tue, Jan 7, 2014 at 7:21 AM, Jackson Hong > > wrote: >

[mezzanine-users] page_menu_templates defaults to false

2014-01-06 Thread Jackson Hong
Hi everyone, I was wondering how to make a new checkbox default to true when adding in a new item in page_menu_templates. Currently it defaults to unchecked. Thanks. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this