Hi Scott, the version on pip should work with Django 1.6.11. You could install the master branch from Github: pip install -e git+ https://github.com/stephenmcd/mezzanine.git@master#egg=Mezzanine
That is very stable and I believe works with the latest Django. On Thu, Jun 4, 2015 at 2:30 PM, Scott Daniels <[email protected]> wrote: > Okay, I solved the problem. I was building my project via pip requirements > file which specified Django version = 1.6. I rebuilt the project using vers > = 1.5, which Mezzanine replaced somehow with ver=1.6.11. This build works > perfectly, so the problem seems to be an incompatibility with ver 1.6. > > Still not sure how to specify Django in the requirements.txt file, but at > least it is up and running now. > > -- > 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. > -- 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.
