Is anybody currently working on bringing cartridge inline with mezzanine
v5.0.0-rc.1
I'm unable to run:
python setup.py develop
And install the current master branch of mezzanine. I've tried changing cartridge/project_template/requirements.txt to
Mezzanine==5.0.0a1 and Mezzanine==9999.dev0
But I'm not really sure what I'm doing here (out of touch with python package management). Do I even need to bother with this step? The changes are all pretty simple import changes.
BTW My changes in cartridge are working with the current master branch of mezzanine installed by :
Is this also correct?
Not actually contributed to a public project before so forgive me if there's follow up questions I apoligise in advance.
Joe