Re: [mezzanine-users] Placeholders as Menu Items.

2018-04-06 Thread Peter Murphy
Iain, When I tested "menuplaceholder", I had it at the beginning in INSTALLED_APPS. But if you put it at the end (or _after_ "mezzanine.pages"), then you will find the dummy menu items clickable. That's because menuplaceholder is basically a rewrite of the default Mezzanine menu templates, and

Re: [mezzanine-users] Placeholders as Menu Items.

2018-04-06 Thread Iain Mac Donald
Hello Peter, I had tried "menuplaceholder" both at the top and bottom of installed apps, clickable in either place. Any other ideas? Using Mezz 4.2.3, Django 1.10 and Python 2.7.13 -- Regards, Iain. -- You received this message because you are subscribed to the Google Groups "Mezzanine Use

[mezzanine-users] urls.py problems when running on webserver through WSGI

2018-04-06 Thread rykerls
Hi There, I've managed to build a site using Mezzanine and it's time to deploy to a web server, but I'm running into some strange issues when my site is running via WSGI versus the "manage.py runserver" command I have been using in development. I am using uWSGI and have Apache 2.4 configured to

Re: [mezzanine-users] urls.py problems when running on webserver through WSGI

2018-04-06 Thread Melvyn Sopacua
Hi, On vrijdag 6 april 2018 21:04:50 CEST ryke...@uw.edu wrote: > I am using uWSGI and have Apache 2.4 configured to serve > static files and proxy everything else to uWSGI. I am able to navigate to > the front page of my site Any reason you're using SCGI and not mod_proxy_uwsgi[1]? -- Melvyn

Re: [mezzanine-users] Content Preview and Content Publish

2018-04-06 Thread Melvyn Sopacua
On vrijdag 6 april 2018 08:05:35 CEST Chi-Cheong Weng wrote: > Any idea or recommendation on how to add the Content Preview and Content > Publish feature to Django Mezzanine CMS ? It's built in. Look around in the admin / read docs / do research. -- Melvyn Sopacua -- You received this message

Re: [mezzanine-users] Placeholders as Menu Items.

2018-04-06 Thread Peter Murphy
Iain, I'm using almost exactly the same stack as you (Python 2.7.12/Mezz 4.2.3/Django 1.10.8). I'm running it on Ubuntu, but it shouldn't make any difference with Windows or Mac. One more question: when you said you are creating a 'top-level' menu item - did you mean at the same level as Abou

Re: [mezzanine-users] Content Preview and Content Publish

2018-04-06 Thread Chi-Cheong Weng
I understand it supports inlined editing. How to support previewing of gallery ? On Sat, 7 Apr 2018, 06:49 Melvyn Sopacua, wrote: > On vrijdag 6 april 2018 08:05:35 CEST Chi-Cheong Weng wrote: > > > Any idea or recommendation on how to add the Content Preview and Content > > Publish feature to D