[mezzanine-users] Show specific submenus on a page.

2014-03-14 Thread Ziwei Zhou
Hi. I am wondering if there is a way to show all the menu links under one specific branch. Like if I group FAQ, Contact Us, About Us, Privacy under Company Information, I would like to show all these FAQ, About Us links at the left column, when user visited each one of these pages. Any

[mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-03-16 Thread Ziwei Zhou
Hi Is the current fabfile.py working in python 3 environment? I tried to run fab under python 2.7 and got the error about Traceback (most recent call last): File /usr/local/lib/python2.7/dist-packages/fabric/main.py, line 632, in main docstring, callables, default =

[mezzanine-users] how to run gunicorn command?

2014-03-18 Thread Ziwei Zhou
Hi I have my mezzanine project named as *mezzanine-test* and located at /sites/test/code/mezzanine-test, inside *mezzanine-test* folder following are the files. ubuntu@test:/sites/test/code/mezzanine-test$ ls -l total 156 drwxrwxr-x 3 ubuntu ubuntu 4096 Mar 17 19:27 *deploy* -rwxr-xr-x

Re: [mezzanine-users] how to run gunicorn command?

2014-03-18 Thread Ziwei Zhou
: The project name needs to be a valid Python package name, which mezzanine-test isn't since you can't use dashes. Try mezzanine_test. On Wed, Mar 19, 2014 at 2:04 PM, Ziwei Zhou ziwe...@gmail.comjavascript: wrote: Hi I have my mezzanine project named as *mezzanine-test* and located at /sites

Re: [mezzanine-users] how to run gunicorn command?

2014-03-18 Thread Ziwei Zhou
March 2014 13:47, Ziwei Zhou ziwe...@gmail.com javascript: wrote: Thanks for the reply, now I got this error ImportError: Could not import settings 'mezzanine_test.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named 'mezzanine_test

Re: [mezzanine-users] how to run gunicorn command?

2014-03-18 Thread Ziwei Zhou
to also insert import sys into the file near the top) It's not exactly elegant, but it works :D Seeya. Danny. On 19 March 2014 15:20, Ziwei Zhou ziwe...@gmail.com javascript: wrote: yes, i renamed from mezzanine-test to mezzanine_test, but the error is the same

Re: [mezzanine-users] Re: Mezzanine 3.1 and Cartridge 0.9.3 released

2014-04-21 Thread Ziwei Zhou
19, 2014 10:56:01 AM UTC+8, Stephen McDonald wrote: Thanks for the report - I've just push 3.1.1 with a fix. On Sat, Apr 19, 2014 at 12:30 PM, Ziwei Zhou ziwe...@gmail.comjavascript: wrote: Thanks for the great work. I installed your update and one thing I noticed is that all the rich text