See here for a work-around: https://groups.google.com/forum/#!msg/mezzanine-users/q8Cu1obn2BA/JyXCXCafwdQJ
On Sun, Jul 12, 2015 at 7:45 AM, Won Jin Kim <[email protected]> wrote: > Hi, > > I am new user of mezzanine and catridge. > > Today, I tried to install mezzanine and install catridge app, but, failed > as showing following: > > # mezzanine-project -a cartridge catrshop > usage: mezzanine-project mezzanine_project [-h] [--version] [-v {0,1,2,3}] > [--settings SETTINGS] > [--pythonpath PYTHONPATH] > [--traceback] [--no-color] > [--template TEMPLATE] > [--extension EXTENSIONS] > [--name FILES] > name [directory] > mezzanine-project mezzanine_project: error: unrecognized arguments: -a > > > # mezzanine-project --help > usage: mezzanine-project mezzanine_project [-h] [--version] [-v {0,1,2,3}] > [--settings SETTINGS] > [--pythonpath PYTHONPATH] > [--traceback] [--no-color] > [--template TEMPLATE] > [--extension EXTENSIONS] > [--name FILES] > name [directory] > > Creates a Mezzanine project directory structure for the given project name > in > the current directory or optionally in the given directory. > > positional arguments: > name Name of the application or project. > directory Optional destination directory > > optional arguments: > -h, --help show this help message and exit > --version show program's version number and exit > -v {0,1,2,3}, --verbosity {0,1,2,3} > Verbosity level; 0=minimal output, 1=normal output, > 2=verbose output, 3=very verbose output > --settings SETTINGS The Python path to a settings module, e.g. > "myproject.settings.main". If this isn't provided, > the > DJANGO_SETTINGS_MODULE environment variable will be > used. > --pythonpath PYTHONPATH > A directory to add to the Python path, e.g. > "/home/djangoprojects/myproject". > --traceback Raise on CommandError exceptions > --no-color Don't colorize the command output. > --template TEMPLATE The path or URL to load the template from. > --extension EXTENSIONS, -e EXTENSIONS > The file extension(s) to render (default: "py"). > Separate multiple extensions with commas, or use -e > multiple times. > --name FILES, -n FILES > The file name(s) to render. Separate multiple > extensions with commas, or use -n multiple times. > > > As you can see, there is no -a argument in mezzanine-project at all. > > How can I install catridge shopping app with mezzanine-project command? > > Thanks in advanced!! > > -- > 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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
