Mezzanine 4.2.3 is not compatible with Django 1.11. You will need to use
the master branch, as you've tried. My bet is that you used master
branch but did not include the master branches of the dependencies.

This following works for me:

$ mkvirtualenv mezz-test
$ cdvirtualenv
$ pip install -e 
"[email protected]:stephenmcd/grappelli-safe.git#egg=grappelli-safe-pre-4.3"
$ pip install -e 
"[email protected]:stephenmcd/filebrowser-safe.git#egg=filebrowser-safe-pre-4.3"
$ pip install -e 
"[email protected]:stephenmcd/mezzanine.git#egg=mezzanine-pre-4.3"
$ mezzanine-project thomas
$ python thomas/manage.py createdb
$ python thomas/manage.py runserver

hth.

-ken

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

Reply via email to