First of all congratulations and my thanks for the Mezzanine team for 
launching Mezzanine 4.0.0. I have been using the 
mezzanine(3.1.10)/cartridge app for a while for a small website and 
appreciate how well it has been working. 

Today, i tried to create another cartridge project as per cartridge 
installations and got the following

$ mezzanine-project -a cartridge cartridge_second
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

I see that stephen mentioned the following in one of the threads; I will 
try if it works for me and document it.
- Create a new Mezzanine project (mezzanine-project project_name)
- Copy settings.py and urls.py from cartridge/project_template into the new 
project (project_name/project_name)
- In the copied settings.py, change "from local_settings import *" to "from 
.local_settings import *" (addition of a period to trigger relative import)

I had a few questions though

1- Will there be a new release of cartridge integrated with mezzanine in 
near future and what would be the timeline?
2- Shall I upgrade to mezzanine 4.0.0 and django 1.8 versions for my 
current deployment (Cartridge==0.9.5, Django==1.6.8, Mezzanine 3.1.10) ?  




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

Reply via email to